Skip to content

Commit

Permalink
fix: correct passing of nights to find_datafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jul 4, 2024
1 parent 9509c45 commit b7c178e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hera_opm/tests/test_lstbin_makeflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,8 @@ def lsttoml_notebook_datafiles(
fl,
datafiles={
"datadir": str(datafiles_in_nightly_folders),
"nightdirs": [fl.name for fl in datafiles_in_nightly_folders.glob("*")],
"sum_or_diff": "HH",
"extension": "uvh5",
"nights": [fl.name for fl in datafiles_in_nightly_folders.glob("*")],
"fileglob": "zen.{night}.*.HH.uvh5",
},
notebook=True,
)
Expand Down

0 comments on commit b7c178e

Please sign in to comment.