Skip to content

Commit c8ea18d

Browse files
authored
Update module.py
1 parent 12089c7 commit c8ea18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gluonts/torch/model/patch_tst/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(
108108
activation: str,
109109
norm_first: bool,
110110
num_encoder_layers: int,
111-
scaling: str,
111+
scaling: Optional[str],
112112
distr_output=StudentTOutput(),
113113
) -> None:
114114
super().__init__()

0 commit comments

Comments
 (0)