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

testDataMgr doesn't compute grid extents correctly #2944

Closed
clyne opened this issue Dec 22, 2021 · 0 comments
Closed

testDataMgr doesn't compute grid extents correctly #2944

clyne opened this issue Dec 22, 2021 · 0 comments
Assignees
Milestone

Comments

@clyne
Copy link
Collaborator

clyne commented Dec 22, 2021

The code at line:

minExt[i] /= 32.0;

which is intended to produce a smaller domain size, fails in the general case, producing extents that are outside of the valid extents. In particular, the code:

minExt[i] /= 32.0;
maxExt[i] /= 32.0;

if the valid extents, for example, run from 10.0 to 100.0. Both the new min and new max would be less than the valid min.

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

No branches or pull requests

2 participants