Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 18, 2024
1 parent 7772c7c commit 3c53723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biosimulators_pysces/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ def preprocess_sed_task(task, variables, config=None):
ia_conv.setDocument(sbml_doc)
success = ia_conv.convert()
if success != 0:
warn("Initial assignment conversion failed: any initial assignments in this model will remain, which PySCeS may not be able to handle.", BioSimulatorsWarning)
warn("Initial assignment conversion failed: any initial assignments in this model will remain, which PySCeS may not be able to handle.",
BioSimulatorsWarning)
libsbml.writeSBMLToFile(sbml_doc, sbml_converted_filename)

pysces_model_file, pysces_model_filename = tempfile.mkstemp(suffix='.psc')
Expand Down

0 comments on commit 3c53723

Please sign in to comment.