Skip to content

Commit

Permalink
Fix unexpected additional x scaler arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Jun 10, 2024
1 parent 02a4d57 commit 8497c3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_manual_segmentation_pipeline(model_fn, ds):
in_channels=ds.ar.shape[-1],
n_classes=n_classes,
lr=1e-3,
x_scaler=ss,
y_encoder=oe,
frozen=True,
)
Expand Down

0 comments on commit 8497c3e

Please sign in to comment.