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 Feb 28, 2021
2 parents 03ebd07 + c36e1b8 commit 7f542ba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosimulators_test_suite/test_case/published_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def _eval(self, specifications, synthetic_archives_dir=None):
curated_sed_docs = {}
sedml_reader = SedmlSimulationReader()
for content in list(curated_archive.contents):
if re.match(CombineArchiveContentFormatPattern.SED_ML, content.format):
if content.format and re.match(CombineArchiveContentFormatPattern.SED_ML, content.format):
sed_doc = sedml_reader.run(os.path.join(shared_archive_dir, content.location))
curated_sed_docs[content.location] = sed_doc

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified examples/sbml-core/Vilar-PNAS-2002-minimal-circardian-clock.omex
Binary file not shown.

0 comments on commit 7f542ba

Please sign in to comment.