Skip to content

Release 0.76

Compare
Choose a tag to compare
@fbergmann fbergmann released this 09 Oct 12:09
· 15 commits to master since this release

This release fixes an issue where returning simulation results from run_time_course could not be obtained if multiple model elements were named Time. If this issue is encountered:

  • basico will no longer try to set the index, and instead issue a warning Duplicate column names in time series consider using use_sbml_id=True, or running ensure_unique_names()
  • the new function ensure_unique_names() appends a count to the name ensuring uniqueness

This fixes #60 .