Skip to content

Commit

Permalink
Rename references to no longer existing tables and columns
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Aug 30, 2024
1 parent f35f85e commit dd3df50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threedi_modelchecker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3106,8 +3106,8 @@ def generate_checks(self):
"v2_grid_refinement.the_geom": "warning",
"v2_grid_refinement_area.the_geom": "warning",
"v2_dem_average_area.the_geom": "warning",
"v2_surface.the_geom": "warning",
"v2_impervious_surface.the_geom": "warning",
"surface.geom": "warning",
"dry_weather_flow.geom": "warning",
},
error_code=5,
)
Expand Down

0 comments on commit dd3df50

Please sign in to comment.