equinor / ert

ERT - Ensemble based Reservoir Tool - is designed for running ensembles of dynamical models such as reservoir models, in order to do sensitivity analysis and data assimilation. ERT supports data assimilation using the Ensemble Smoother (ES), Ensemble Smoother with Multiple Data Assimilation (ES-MDA) and Iterative Ensemble Smoother (IES).
https://ert.readthedocs.io/en/latest/
GNU General Public License v3.0
99 stars 104 forks source link

Fix y label bug #8118

Closed eivindjahren closed 1 month ago

eivindjahren commented 1 month ago

This should have no effect on normal use of the histogram plot, but some of the defensive programming would just crash.

image

When applicable

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 68.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 86.04%. Comparing base (9b517d2) to head (fbadd14). Report is 1 commits behind head on main.

Files Patch % Lines
src/ert/gui/plottery/plots/histogram.py 68.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8118 +/- ## ========================================== - Coverage 86.07% 86.04% -0.04% ========================================== Files 382 382 Lines 23728 23726 -2 Branches 627 620 -7 ========================================== - Hits 20425 20415 -10 - Misses 3228 3231 +3 - Partials 75 80 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.