Skip to content

Commit 0826f86

Browse files
committed
fix
1 parent bea1a08 commit 0826f86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/overview.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ def get_summary(
4949
pd.isnull(petab_problem.measurement_df[
5050
petab.PREEQUILIBRATION_CONDITION_ID]).all()
5151
else (pd.isnull(petab_problem.measurement_df[
52-
petab.PREEQUILIBRATION_CONDITION_ID].unique() == False
53-
).sum(),
52+
petab.PREEQUILIBRATION_CONDITION_ID].unique()) == False
53+
).sum(),
5454
'postequilibration':
5555
petab.measurements.get_simulation_conditions(
5656
petab_problem.measurement_df[

0 commit comments

Comments
 (0)