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 b0b5164 commit ecd22d9Copy full SHA for ecd22d9
petab/v1/core.py
@@ -303,6 +303,7 @@ 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.")
307
308
309
def unflatten_simulation_df(
0 commit comments