loli / medpy

Medical image processing in Python
http://loli.github.io/medpy/
GNU General Public License v3.0
571 stars 138 forks source link

run tests in ci #59

Closed cancan101 closed 6 years ago

cancan101 commented 6 years ago

~Depends on #58 (cleanup build matrix)~ ~Depends on #60 (python 3)~

loli commented 6 years ago

Yes... the tests are still an issue... :/

cancan101 commented 6 years ago

Subset of tests actually do pass on 2.7 and I think the same subset should also pass on 3.5+ once the python3 PR is merged.

cancan101 commented 6 years ago

@loli tests now passing. I had to add an eps to some code for python3 compat in round calls.

cancan101 commented 6 years ago

ping