-
Notifications
You must be signed in to change notification settings - Fork 9
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
test/spectraloperators.jl: most tests fail when number of elem is different in x1 and x2 directions #122
Comments
Do they fail or just have a different rtol threshold? |
For instance, the
|
That intermediate DSS might be wrong, this works (at least on PR #97):
as well as:
I'll have to think about if both forms should work when my brain is a bit less fried :) It would be good to test if the other failures are the same issue, and enumerate any other unique failures we need to look into. |
I am not sure I can identify which ones are giving unique failures, but I can report them if that's easier for you or anyone else to identify them:
|
@jakebolewski , I thought you mentioned that these tests passed with |
please go back and read my comment |
Ok, so you meant without the intermediate |
While running tests for the
TensorProductMesh
development in #82, I realized that most tests intest/spectraloperators.jl
fail when exercised with a different number of elements in the different directions, e.g., withinstead of the current value (16,16).
The only three in the file that pass are the
gradient
,curl-curl
, and thediv
tests.The text was updated successfully, but these errors were encountered: