Skip to content

Commit

Permalink
🐛✅Fixed legacy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Feb 8, 2021
1 parent 4d75251 commit 8b11f85
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/time_series/operations/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,6 @@ def test_ops() -> None:
ts_config=ts_config,
aggregation_config=aggregation_config,
data_config=data_config,
model_config={
"pipe_configs": {
"transformer": {
"extractor": {
"num_layers": 1,
"latent_dim": 32,
"transformer_layer_config": {
"dropout": 0.0,
"latent_dim": 64,
},
}
}
}
},
**kwargs, # type: ignore
)

Expand Down

0 comments on commit 8b11f85

Please sign in to comment.