Becksteinlab / kda

Python package used for the analysis of biochemical kinetic diagrams.
GNU General Public License v3.0
3 stars 1 forks source link

Fix Travis package imports so tests can run #5

Closed nawtrey closed 4 years ago

nawtrey commented 4 years ago

test_KDA.py keeps failing on Travis because it cannot import the packages properly. Make these package imports explicit (should be aware of package dependencies) and verify Travis is importing them correctly. Package import must be explicitly listed in both setup.py and Travis.yml.

orbeckst commented 4 years ago

Is this still an issue? Tests seem to be running. Can this be closed?

nawtrey commented 4 years ago

Yes it can! Closing now.