Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmg authored Aug 12, 2020
1 parent 28a98d8 commit 1029bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flood_forecast/da_rnn/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(
forecast_history: int,
decoder_hidden_size: int,
out_feats=1,
dropout=.01,
dropout=.01,
gru_lstm=True):
"""
WARNING WILL NOT RUN ON GPU AT PRESENT
Expand Down

0 comments on commit 1029bc9

Please sign in to comment.