BIDS / datarray

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

RF: remove test generators #65

Closed matthew-brett closed 8 years ago

matthew-brett commented 8 years ago

Test generators (test functions with yield) are harder to debug.

fperez commented 8 years ago

Yup! This sounded like a good idea when we were young and naïve... Thanks!