Becksteinlab / kda

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

TST: Add test that leverages `verification.py` #44

Open nawtrey opened 2 years ago

nawtrey commented 2 years ago

There are many testing recommendations in #3 that are covered in the verification script verification.py. Simply adding a test that executes this script will improve the rigor of the testing suite, as the verification script tests randomly generated diagrams.

Considerations

  1. The verification script uses Multibind to handle the creation of the rate matrices for the randomly generated diagrams, so this will have to be installed to run the script.