Skip to content

Commit

Permalink
From text to model (#136)
Browse files Browse the repository at this point in the history
* Migrate Text2Model

* Create test_text2model

* Create __init__.py

* Fix tests

* Update assert

* Update test for cfos_model

* Migrate text2model docs

* Add construction to index

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Hiroaki Imoto and pre-commit-ci[bot] authored Jun 28, 2022
1 parent a2acaa2 commit 33fb40f
Show file tree
Hide file tree
Showing 37 changed files with 4,550 additions and 0 deletions.
1 change: 1 addition & 0 deletions biomass/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""BioMASS - A Python Framework for Modeling and Analysis of Signaling Systems"""

from .construction import Text2Model
from .core import *
from .result import OptimizationResults
from .version import __version__
Expand Down
1 change: 1 addition & 0 deletions biomass/construction/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .text2model import Text2Model
Loading

0 comments on commit 33fb40f

Please sign in to comment.