Skip to content

Commit ecd22d9

Browse files
authored
add warning
1 parent b0b5164 commit ecd22d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

petab/v1/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def flatten_timepoint_specific_output_overrides(
303303
# remove visualization df if it is invalid
304304
if validate_visualization_df(petab_problem):
305305
petab_problem.visualization_df = None
306+
logger.warning("Removing visualization table from flattened PEtab problem.")
306307

307308

308309
def unflatten_simulation_df(

0 commit comments

Comments
 (0)