Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Jan 5, 2024
1 parent f7dfb23 commit 4dd3876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbout/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,8 @@ def _expand_braces(path):
outs.append("".join([a + b for a, b in zip(first, secondi)]) + remainder)
# outs.append(sum(list(zip(
return outs


def _read_splitting(filepath, info, keep_yboundaries):
with xr.open_dataset(str(filepath)) as ds:
pass
Expand Down

0 comments on commit 4dd3876

Please sign in to comment.