Skip to content

Commit

Permalink
apply ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Dec 29, 2023
1 parent 06c3feb commit 8442e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_rap.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from herbie import Herbie
from tests.util import is_time_between

today = pd.to_datetime("today").floor("1D")-pd.to_timedelta('1D')
today = pd.to_datetime("today").floor("1D") - pd.to_timedelta("1D")
save_dir = "$TMPDIR/Herbie-Tests/"


Expand Down Expand Up @@ -85,7 +85,7 @@ def test_rap_file_size_subset1():
See https://github.com/blaylockbk/Herbie/issues/259
"""
var = ":.GRD:10 m"
H = Herbie('2023-12-01', model="rap", save_dir=save_dir, overwrite=True)
H = Herbie("2023-12-01", model="rap", save_dir=save_dir, overwrite=True)
H.download(var)

idx = H.inventory(var)
Expand Down

0 comments on commit 8442e77

Please sign in to comment.