We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea1a08 commit 0826f86Copy full SHA for 0826f86
1 file changed
scripts/overview.py
@@ -49,8 +49,8 @@ def get_summary(
49
pd.isnull(petab_problem.measurement_df[
50
petab.PREEQUILIBRATION_CONDITION_ID]).all()
51
else (pd.isnull(petab_problem.measurement_df[
52
- petab.PREEQUILIBRATION_CONDITION_ID].unique() == False
53
- ).sum(),
+ petab.PREEQUILIBRATION_CONDITION_ID].unique()) == False
+ ).sum(),
54
'postequilibration':
55
petab.measurements.get_simulation_conditions(
56
petab_problem.measurement_df[
0 commit comments