0.3.1
🐛 Bug Fixes
Add "both" to the argument parser. @willgraf (#25)
Adds "both" as a valid value for --compartment
to better match the model and removes "membrane".
Fixes #24
🧰 Maintenance
Adding testing for argparse @ngreenwald (#22)
We currently don't test the argparse functionality in the repo. This PR moves the argparse function to utils and adds testing to make sure parameters are passed appropriately, and that errors are raised when required.