Skip to content

Commit

Permalink
remove description + url
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLucaAdams authored Aug 19, 2024
1 parent 4f15407 commit 0d26176
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sdf_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,3 @@ def __call__(self, ds: xr.Dataset) -> xr.Dataset:
)

return ds.expand_dims(time=[ds.attrs["time"]])

description = "Preprocess SDF files for xarray ensuring matching job ids and sets time dimension"

url = "https://epochpic.github.io/documentation/visualising_output/python.html"

0 comments on commit 0d26176

Please sign in to comment.