You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
#417 - Added an optional argument --testdata-folder to pytest, can be used when test data is in non-default location.
#422 - HistoryMatch plugin now
quietly excludes all realizations lacking an OK file written by ERT on completion of realization workflow, similar to behavior of other plugins that read from individual realizations. Previously wrote warnings for missing data.
#428 - Plugin controls, such as dropdown selections, set by the user is kept on page reload.
#435 - Suppress a warning in SurfaceViewerFMU when calculating statistics from surfaces where one or more surface only has NaN values.
#438 - Improved documentation of generation of data input for RelativePermability plugin.
#434 - Improved hillshading and colors in plugins with map views.
#439 - Pie chart and bar chart are now visualized together in DiskUsage. Free space is now visualized as well.
Fixed
#432 - Bug fix in ReservoirSimulationTimeSeries. Vectors starting with A, V, G, I, N, T, V and L resulted in crash due to a bug introduced in #373 (most notably group and aquifer vectors).
#442 - Bug fix in ReservoirSimulationTimeSeries. Wrong realization number was shown if data set contained missing realizations. Now uses correct realization number from data.
#447 - Changed two webvizstore decorated functions such that they do not take in pandas objects as arguments, which are known to not have repr() useful for hashing.