From ab7f91cc961b49b3420421c5a90cdca0584c3bc1 Mon Sep 17 00:00:00 2001 From: David del Val Date: Wed, 1 Nov 2023 23:17:07 +0100 Subject: [PATCH] Fix deprecation warning --- skfda/preprocessing/dim_reduction/_fpls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skfda/preprocessing/dim_reduction/_fpls.py b/skfda/preprocessing/dim_reduction/_fpls.py index 9287904e4..8641f037a 100644 --- a/skfda/preprocessing/dim_reduction/_fpls.py +++ b/skfda/preprocessing/dim_reduction/_fpls.py @@ -422,7 +422,7 @@ def _to_block_type( ], coordinate_names=(f"FPLS {self.label} {title} value",), dataset_name=f"FPLS {self.label} {title}s", - sample_points=self.data.grid_points[0], + grid_points=self.data.grid_points[0], ) def transform(