Skip to content

Commit

Permalink
turn off fun
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Jan 29, 2025
1 parent 995bb81 commit 6cfc96f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions herbie/accessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@

def add_proj_info(ds: xr.Dataset):
"""Add projection info to a Dataset."""
raise NotImplementedError("This function `add_proj_info` is not yet implemented.")

# TODO: remove pyproj dependency

match = re.search(r'"source": "(.*?)"', ds.history)
FILE = Path(match.group(1))

Expand Down

0 comments on commit 6cfc96f

Please sign in to comment.