Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous saddle calculations #32

Open
smallsaucepan opened this issue Oct 29, 2024 · 0 comments
Open

Ambiguous saddle calculations #32

smallsaucepan opened this issue Oct 29, 2024 · 0 comments

Comments

@smallsaucepan
Copy link

Hi there. Seeing the below issue where a particular cell is being treated ambiguously. The data grid is:

  [9, 9, 5, 5, 5],
  [9, 9, 5, 5, 5],
  [5, 5, 9, 5, 5],
  [5, 5, 5, 5, 5],
  [5, 5, 5, 5, 5],

and there is a break set at 7. The two rings returned are show below. The cell marked with a red 'x' seems to be getting treated differently depending on which band is being calculated.

marchingsquares

Increasing the break to 7.01 fixes(?) the left hand band:

Screenshot 2024-10-29 at 4 13 15 PM

Decreasing the break to 6.99 though has no effect. Any ideas? Is this the expected behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant