Skip to content

Commit 1e4e6b6

Browse files
fixed tolerances
1 parent 307f328 commit 1e4e6b6

File tree

14 files changed

+7835
-7835
lines changed

14 files changed

+7835
-7835
lines changed

fbc_curation/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5"
1+
__version__ = "0.0.6a1"

fbc_curation/examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def example_MODEL1709260000(results_path):
2626
creator.create_fbc_files()
2727

2828

29-
def run_examples(results_path):
29+
def run_examples(results_path=EXAMPLE_PATH / "results"):
3030
example_ecoli_core(results_path / "e_coli_core")
3131
example_iJR904(results_path / "iJR904")
3232
example_MODEL1709260000(results_path / "MODEL1709260000")
3333

3434

3535
if __name__ == "__main__":
36-
run_examples(EXAMPLE_PATH / "results")
36+
run_examples()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
model objective status value
2-
ymn obj optimal 0.08798018
2+
ymn obj optimal 0.08798

fbc_curation/examples/results/MODEL1709260000/03_gene_deletion.tsv

Lines changed: 1074 additions & 1074 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)