From 8497c3e72307c1827056a0963d0abbb42f2433ba Mon Sep 17 00:00:00 2001 From: Evening Date: Mon, 10 Jun 2024 11:23:35 +0800 Subject: [PATCH] Fix unexpected additional x scaler arg --- tests/integration_tests/test_pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_tests/test_pipeline.py b/tests/integration_tests/test_pipeline.py index 97676dc..9db094c 100644 --- a/tests/integration_tests/test_pipeline.py +++ b/tests/integration_tests/test_pipeline.py @@ -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, )