Skip to content

Commit

Permalink
Fix one forgotten subset
Browse files Browse the repository at this point in the history
  • Loading branch information
adehecq committed Jan 25, 2024
1 parent 8a2067f commit 217725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_coreg/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def test_pipeline_pts(self) -> None:
warnings.simplefilter("ignore")

pipeline = coreg.NuthKaab() + coreg.GradientDescending()
ref_points = self.ref.to_points(as_array=False, subset=5000, pixel_offset="center").ds
ref_points = self.ref.to_points(as_array=False, sample=5000, pixel_offset="center").ds
ref_points["E"] = ref_points.geometry.x
ref_points["N"] = ref_points.geometry.y
ref_points.rename(columns={"b1": "z"}, inplace=True)
Expand Down

0 comments on commit 217725f

Please sign in to comment.