Skip to content

Commit

Permalink
Merge branch 'dev' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 31, 2021
2 parents 0d7b673 + cb4912b commit eb1d4d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 142,139 deletions.
2 changes: 1 addition & 1 deletion biosimulators_test_suite/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.56'
__version__ = '0.1.57'
5 changes: 5 additions & 0 deletions biosimulators_test_suite/test_case/published_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,11 @@ def build_synthetic_archives(self, specifications, curated_archive, curated_arch
doc.outputs = [key_report]
key_report.data_sets = [data_set for data_set in key_report.data_sets if data_set.data_generator in doc.data_generators]

# limit number of data set
max_data_sets = 10
key_report.data_sets = key_report.data_sets[0:max_data_sets]
doc.data_generators = [data_set.data_generator for data_set in key_report.data_sets]

curated_sed_docs = {
doc_content.location: doc,
}
Expand Down
Binary file modified examples/rba/Escherichia-coli-K12-WT.omex
Binary file not shown.
Loading

0 comments on commit eb1d4d9

Please sign in to comment.