Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ad1f23

Browse files
phobsonaustinorr
authored andcommitted
appease linter, remove blank lines
1 parent 846fdba commit 4ad1f23

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

‎cloudside/ncdc.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ def timediff(row, t2, t1, asdays=False):
221221
def availabilityByStation(
222222
stationdata, stationname, coopid, baseyear=1947, figsize=None
223223
):
224-
225224
_avail = (
226225
stationdata.groupby(by=["status"])["flag"].count().reindex(range(4)).fillna(0)
227226
)

‎cloudside/viz.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def _plotter(
7373
downward=False,
7474
fillna=None,
7575
):
76-
7776
if not hasattr(dataframe, col):
7877
raise ValueError("input `dataframe` must have a `%s` column" % col)
7978

@@ -292,7 +291,6 @@ def _compute_rose(
292291
dir_labels=None,
293292
total_count=None,
294293
):
295-
296294
total_count = total_count or dataframe.shape[0]
297295
calm_count = dataframe[dataframe[magcol] <= calmspeed].shape[0]
298296

0 commit comments

Comments
 (0)