Skip to content

Commit

Permalink
Fix missing parameter table in performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 16, 2024
1 parent 11433a0 commit 6dcdd24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/performance/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ def run_import(model_name, model_dir: Path):
import_model(
model_name=model_name,
model_output_dir=model_dir,
sbml_model=pp.sbml_model,
condition_table=pp.condition_df,
observable_table=pp.observable_df,
measurement_table=pp.measurement_df,
petab_problem=pp,
compile=False,
verbose=True,
)
Expand Down

0 comments on commit 6dcdd24

Please sign in to comment.