Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddelval committed Nov 1, 2023
1 parent 74b3ea2 commit ab7f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skfda/preprocessing/dim_reduction/_fpls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ab7f91c

Please sign in to comment.