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

Regression test fixes #10511

Merged
merged 2 commits into from
Aug 17, 2023
Merged

Regression test fixes #10511

merged 2 commits into from
Aug 17, 2023

Commits on Aug 16, 2023

  1. Surface: Check if cell is active when creating grid surface

    The IJK bounding box of active cells was used to create grid surface. This created misleading geometry in some cases. Avoid geometry creation for inactive cells.
    magnesj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ac17512 View commit details
    Browse the repository at this point in the history
  2. Color legend range: Do not round values if min and max is identical

    If min and max is identical, keep the original value. This will ensure that a discrete legend contains only one level.
    magnesj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7ff5110 View commit details
    Browse the repository at this point in the history