Skip to content

Commit

Permalink
Add missing checks for tags (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm authored Sep 5, 2024
1 parent a92655a commit 3574306
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog of threedi-modelchecker
2.10.3 (unreleased)
-------------------

- Nothing changed yet.
- Add checks for tags in tables ControlMemory, ControlTable, ControlMeasureLocation and ControlMeasureMap


2.10.2 (2024-09-02)
Expand Down
8 changes: 8 additions & 0 deletions threedi_modelchecker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3031,6 +3031,10 @@ def is_none_or_empty(col):
models.DryWeatherFlow,
models.DryWeatherFlowMap,
models.DryWeatherFlowDistribution,
models.ControlMemory,
models.ControlTable,
models.ControlMeasureLocation,
models.ControlMeasureMap,
]
)
]
Expand All @@ -3050,6 +3054,10 @@ def is_none_or_empty(col):
models.DryWeatherFlow,
models.DryWeatherFlowMap,
models.DryWeatherFlowDistribution,
models.ControlMemory,
models.ControlTable,
models.ControlMeasureLocation,
models.ControlMeasureMap,
]
)
]
Expand Down

0 comments on commit 3574306

Please sign in to comment.