Riley Kuttruff created SDAP-531: ----------------------------------- Summary: Tomogram voxel masking by elevation skipped improperly if min/max elevation == 0 Key: SDAP-531 URL: https://issues.apache.org/jira/browse/SDAP-531 Project: Apache Science Data Analytics Platform Issue Type: Bug Components: nexus-analysis Reporter: Riley Kuttruff Assignee: Riley Kuttruff
Issue comes from some copied code that checks if min & max are set with a simple `if min and max`, which evaluates to `False` if either are 0. Since these are required in the tomogram algorithms, these checks can simply be removed. -- This message was sent by Atlassian Jira (v8.20.10#820010)