oops, I meant to include my code with that last note. Here it is.
accumulator.py: is my implementation. easy_scale.py: is Jake's suggested implementation.profile_accumulator.py: contains some test functions that can be run with ipython's "timeit"
test_accumulator.py: is test code that can be run with nosetests. Any comments, suggestions, etc. welcome. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected]
accumulator.py
Description: application/python
easy_scale.py
Description: application/python
profile_accumulator.py
Description: application/python
test_accumulator.py
Description: application/python
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
