Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-philipps authored Oct 30, 2024
1 parent b0b5164 commit ecd22d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions petab/v1/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def flatten_timepoint_specific_output_overrides(
# remove visualization df if it is invalid
if validate_visualization_df(petab_problem):
petab_problem.visualization_df = None
logger.warning("Removing visualization table from flattened PEtab problem.")


def unflatten_simulation_df(
Expand Down

0 comments on commit ecd22d9

Please sign in to comment.