sys-bio / SBstoat

Parameter optimization using Tellurium
MIT License
1 stars 4 forks source link

nose pacakge missing when running tests #2

Closed hsauro closed 3 years ago

hsauro commented 3 years ago

If user follows the test instructions (at least on windows) it won't work. The reason is that the nose package may no be installed. Add a line to the instructions to install nose:

pip install nose

joseph-hellerstein commented 3 years ago

Changed setup.py to include nose.