Skip to content

Commit

Permalink
Removed another pantry_basename usage. refs: #42
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed Dec 6, 2021
1 parent bb4fd98 commit 401212e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_trim(self):
# Instant corresponding to the test sample
instant1 = Instant(datetime.datetime(2021, 1, 10), 0)

data_file = os.path.join(pantry.data_root, test.pantry_basename + instant1.pantry_suffix() + ".grib")
data_file = pantry.get_fullname(test, instant1)

# Write one GRIB to data_file
with open(data_file, "wb") as out:
Expand Down

0 comments on commit 401212e

Please sign in to comment.