Skip to content

Commit

Permalink
remove unecessary diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
alcoat committed Feb 29, 2024
1 parent 45c6765 commit 7ae121f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion herbie/hrrr_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
- https://mesowest.utah.edu/html/hrrr/zarr_documentation/html/xarray_one_day_analysis_example.html
- https://github.com/ProjectPythia/intake-cookbook/tree/main/notebooks
"""

import datetime

import cartopy.crs as ccrs
Expand Down
2 changes: 0 additions & 2 deletions herbie/models/ecmwf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""

from datetime import datetime


class ecmwf:
def template(self):
Expand Down
1 change: 1 addition & 0 deletions herbie/models/rrfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"""



class rrfs:
def template(self):
self.DESCRIPTION = "Rapid Refresh Forecast System (RRFS) Ensemble"
Expand Down

0 comments on commit 7ae121f

Please sign in to comment.