Skip to content

Commit

Permalink
STY: Format with latest ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jan 13, 2025
1 parent 2acd8a6 commit 5785559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grid3d_maps/avghc/_get_zonation_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def zonation(config, grd):
"""

if "zproperty" in config["zonation"] and "zranges" in config["zonation"]:
raise ValueError('Cannot have both "zproperty" and "zranges" in ' '"zonation"')
raise ValueError('Cannot have both "zproperty" and "zranges" in "zonation"')

usezonation = np.zeros(grd.dimensions, dtype=np.int32)
zoned = {}
Expand Down

0 comments on commit 5785559

Please sign in to comment.