Skip to content

Report why simulators failed #45

@luciansmith

Description

@luciansmith

When running the following script:

from biosim_client.verify.biosim_client import BiosimClient

simulators = ["amici", "copasi", "pysces", "tellurium", "vcell"]
omex_file = "https://github.com/sys-bio/temp-biomodels/raw/refs/heads/main/omex_files/BIOMD0000000412.omex"
verify_results_1 = BiosimClient().compare_omex(omex_source=omex_file, simulators=simulators)
verify_results_1.show_report()
verify_results_1.show_saved_plots()

Both Amici and PySCeS fail to produce results. It would be great if, in the 'show_report', we pulled out the log message that said why it failed (here, amici doesn't handle the 'floor' function, and Pysces just fails to load the model.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions