SciTools / biggus

:no_entry: [DEPRECATED] Virtual large arrays and lazy evaluation.
http://biggus.readthedocs.io/
GNU Lesser General Public License v3.0
54 stars 27 forks source link

Add docs and requirements to manifest. #100

Closed rhattersley closed 9 years ago

pelson commented 9 years ago

Seems the tests don't pass with this. I imagine it is a python3 thing...

rhattersley commented 9 years ago

Seems the tests don't pass with this. I imagine it is a python3 thing...

Turns out we weren't running the unit and integration tests before ... and 0 <= mock.Mock() doesn't work on Python 3.

rhattersley commented 9 years ago

Turns out we weren't running the unit and integration tests before ... and 0 <= mock.Mock() doesn't work on Python 3.

@pelson - this is fixed now.