-
Notifications
You must be signed in to change notification settings - Fork 44
fix(grid3d): Fixed coloring if no property data proived #2224
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(grid3d): Fixed coloring if no property data proived #2224
Conversation
LeonidPolukhin
commented
Sep 5, 2024
- Fixed case when no property data is given to Grid3DLayer coloring by undefined property is performed.
- Fixed precision issue with undefined property value in case of continuous property.
|
LGTM, but why wasn't this bug caught by the tests? Would it make sense to create a new story for this specific case? |
The existing examples are not that impressive being displayed in a constant color. Perhaps it would be nice to make a grid with complicated geometry. |
## [0.30.1](https://github.com/equinor/webviz-subsurface-components/compare/subsurface-viewer@0.30.0...subsurface-viewer@0.30.1) (2024-09-05) ### Bug Fixes * **grid3d:** Fixed coloring if no property data proived ([#2224](#2224)) ([3216861](3216861))
|
🎉 This issue has been resolved in version subsurface-viewer@0.30.1 🎉 The release is available on GitHub release |