Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 26, 2024
1 parent e6ca959 commit 017ef66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/benchmark-models/test_benchmark_collection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,15 @@ cd "$script_path" && python evaluate_benchmark.py
model="Zheng_PNAS2012"
problem_dir="${model_dir}/${model}"
amici_model_dir=test_bmc/"${model}-deprecated"
mkdir -p "$amici_model_dir"
cmd_import="amici_import_petab -s "${problem_dir}/model_${model}.xml" \
-m "${problem_dir}/measurementData_${model}.tsv" \
-c "${problem_dir}/experimentalCondition_${model}.tsv" \
-p "${problem_dir}/parameters_${model}.tsv" \
-b "${problem_dir}/observables_${model}.tsv" \
-o ${amici_model_dir} -n ${model} --no-compile"

if [[ -z "$dry_run" ]]; then
$cmd_import
else
echo "$cmd_import"
fi

0 comments on commit 017ef66

Please sign in to comment.