Skip to content

Commit

Permalink
add ValueError condition to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Mar 4, 2023
1 parent 23d7966 commit 0824783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mdio/segy/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ def get_grid_plan(
Returns:
All index dimensions or dimensions together with header values.
Raises:
ValueError: If appropriate grid override parameters are not provided.
"""
if grid_overrides is None:
grid_overrides = {}
Expand Down

0 comments on commit 0824783

Please sign in to comment.