Skip to content

Commit

Permalink
removed useless default param
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcolpitts96 committed Jul 16, 2023
1 parent afb7952 commit 57c5a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darts/models/forecasting/tide_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
output_dim: int,
hidden_size: int,
dropout: float,
use_layer_norm: bool = False,
use_layer_norm: bool,
):
"""Pytorch module implementing the Residual Block from the TiDE paper."""
super().__init__()
Expand Down

0 comments on commit 57c5a9d

Please sign in to comment.