We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd22d9 commit 52534faCopy full SHA for 52534fa
petab/v1/core.py
@@ -303,7 +303,9 @@ def flatten_timepoint_specific_output_overrides(
303
# remove visualization df if it is invalid
304
if validate_visualization_df(petab_problem):
305
petab_problem.visualization_df = None
306
- logger.warning("Removing visualization table from flattened PEtab problem.")
+ logger.warning(
307
+ "Removing visualization table from flattened PEtab problem."
308
+ )
309
310
311
def unflatten_simulation_df(
0 commit comments