You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My linter is noticing that seconds2date and fileWrite seem to be undefined in storm.py. Did these used to be defined somewhere? I don't think these get used often but it looks like it will affect write_atcf, write_hurdat, write_jma, and make_multi_structure, which isn't actually called anywhere.
The text was updated successfully, but these errors were encountered:
What branch/version are you on? A linter is now going to be run on PRs but the changes that fix some failures has not been merged yet (#610). There was some things in there that needed to be commented out as they did not work consistently and had some cruft buildup.
My linter is noticing that
seconds2date
andfileWrite
seem to be undefined instorm.py
. Did these used to be defined somewhere? I don't think these get used often but it looks like it will affectwrite_atcf
,write_hurdat
,write_jma
, andmake_multi_structure
, which isn't actually called anywhere.The text was updated successfully, but these errors were encountered: