-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MassPy seems to have a love-hate relationship with compartments, so those can't be exported, but parameters can. No idea what actually triggers an element to be stuck in the 'boundary_conditions' list, since putting in a boundary species just puts it on the normal species concentrations list. But if they put something there at some point, we'll be ready? I guess? At any rate, the new test checks for exporting a parameter and a boundary species.
- Loading branch information
1 parent
7196f23
commit e31ebef
Showing
5 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.1.1' | ||
__version__ = '0.1.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "biosimulators-masspy" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
description = "BioSimulators-compliant command-line interface to the MassPY simulation program <https://masspy.readthedocs.io/>." | ||
authors = ["Center for Reproducible Biomedical Modeling <[email protected]>"] | ||
license = "MIT" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters