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

Adding check for unsorted input coordinates when using QuasisepSolver #123

Merged
merged 3 commits into from
Oct 30, 2022

Conversation

dfm
Copy link
Owner

@dfm dfm commented Oct 30, 2022

A simpler way to fix #109

Instead of #117, in this PR, we simply check that the coordinates are sorted and throw an error if they are not. I'd love to get #117 working, but I can't seem to get the logic working in a simple way so I'm inclined to get this merged to get something implemented!

@dfm dfm changed the title adding exception and tests Adding check for unsorted input coordinates when using QuasisepSolver Oct 30, 2022
@dfm dfm merged commit fada5dd into main Oct 30, 2022
@dfm dfm deleted the sorted2 branch October 30, 2022 22:29
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

Successfully merging this pull request may close these issues.

Handle unsorted inputs to QuasisepSolver
1 participant