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
Calling BestTrackFrocing.from_fort22(...) without passing nws argument results in error. Ideally it should default to 20 like __init__ method.
...
forcing = BestTrackForcing.from_fort22(
File "adcircpy/forcing/winds/best_track.py", line 67, in from_fort22
WindForcing.__init__(instance, nws=nws, interval_seconds=interval_seconds)
File "adcircpy/forcing/winds/base.py", line 10, in __init__
self.NWS = nws
File "adcircpy/forcing/winds/best_track.py", line 113, in NWS
assert NWS in [8, 19, 20]
AssertionError
The text was updated successfully, but these errors were encountered:
Calling
BestTrackFrocing.from_fort22(...)
without passingnws
argument results in error. Ideally it should default to20
like__init__
method.The text was updated successfully, but these errors were encountered: