Skip to content

Commit

Permalink
Default flipXY to True
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Sep 9, 2024
1 parent 7b8d789 commit 39d1079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/cloughTocher2DInterpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CloughTocher2DInterpolateConfig(Config):
"Delaunay triangulation. This may produce a slightly different result "
"since the triangulation is not guaranteed to be invariant under "
"coordinate flips.",
default=False,
default=True,
)


Expand Down

0 comments on commit 39d1079

Please sign in to comment.