-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix surface refinement #118
Conversation
What's supposed to fail? It works locally. |
Co-authored-by: Alex Fikl <alexfikl@gmail.com>
I get
Strangely, that seems to reproduce on my laptop and nowhere else. |
Hm, I've added a Does it fail for both the sphere and the torus? |
Yeah. The fact that CI passed is further indication that this might me something to do with my environment. I'll need to investigate. Thanks for helping! |
inducer/pytential#63 is another thing that seems to be unique to my laptop. Kind of weird. |
Very strangely, this works OK on my laptop in an environment based on conda. |
I'm not using conda locally, just good old venv with master from pretty much everything. |
On my laptop: Rebuilt my venv with the existing source trees... same result. Freshly downloaded source with fresh venv... also same result. On dunkel: Freshly downloaded source with fresh venv... no error. |
This adds a failing test for the ability to refine toruses and spheres without large node-vertex inconsistencies.
I'm guessing this might have to do with the work in #97. I don't yet fully understand what's going on.
cc @alexfikl