Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuguinay authored Sep 30, 2023
1 parent f5c0f59 commit 4ec87d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion echoregions/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
from .regions2d.regions2d import Regions2D


def read_evr(filepath: str, min_depth: float = None, max_depth: float = None) -> Regions2D:
def read_evr(
filepath: str, min_depth: float = 0.0, max_depth: float = 1000.0
) -> Regions2D:
"""Read an EVR file into a Regions2D object.
Parameters
Expand Down

0 comments on commit 4ec87d6

Please sign in to comment.