From 8c7a9421a71ef3b67f0be053881818a863ea3878 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 22 Nov 2023 16:39:13 +0100 Subject: [PATCH] .. --- python/sdist/amici/petab_objective.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python/sdist/amici/petab_objective.py b/python/sdist/amici/petab_objective.py index 7a18d1943b..5a65b3eb32 100644 --- a/python/sdist/amici/petab_objective.py +++ b/python/sdist/amici/petab_objective.py @@ -10,6 +10,14 @@ from .petab.parameter_mapping import create_parameter_mapping # noqa: F401 from .petab.simulations import create_edatas # noqa: F401 from .petab.simulations import ( # noqa: F401 + EDATAS, + FIM, + LLH, + RDATAS, + RES, + S2LLH, + SLLH, + SRES, aggregate_sllh, rdatas_to_measurement_df, rdatas_to_simulation_df,