Skip to content

Commit

Permalink
appease linter, remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson authored and austinorr committed Jun 20, 2023
1 parent 846fdba commit 4ad1f23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cloudside/ncdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def timediff(row, t2, t1, asdays=False):
def availabilityByStation(
stationdata, stationname, coopid, baseyear=1947, figsize=None
):

_avail = (
stationdata.groupby(by=["status"])["flag"].count().reindex(range(4)).fillna(0)
)
Expand Down
2 changes: 0 additions & 2 deletions cloudside/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def _plotter(
downward=False,
fillna=None,
):

if not hasattr(dataframe, col):
raise ValueError("input `dataframe` must have a `%s` column" % col)

Expand Down Expand Up @@ -292,7 +291,6 @@ def _compute_rose(
dir_labels=None,
total_count=None,
):

total_count = total_count or dataframe.shape[0]
calm_count = dataframe[dataframe[magcol] <= calmspeed].shape[0]

Expand Down

0 comments on commit 4ad1f23

Please sign in to comment.