BIDS / datarray

Prototyping numpy arrays with named axes for data management.
http://bids.github.com/datarray
Other
87 stars 20 forks source link

MRG: fix tests for Python 2 and 3 #67

Closed matthew-brett closed 8 years ago

matthew-brett commented 8 years ago

Fix a bug in sorting of axes that was causing test errors sometimes.

Adapt to Numpy >= 1.7 by having our own implementation of std.

Finish up port to common Python 2 / 3 codebase.

fperez commented 8 years ago

Reviewed the code, I can't see any problems. Thanks!!

Merging now, we can always refine later if we spot anything...