-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ParameterModel drops non-logarithmic parameters if one of the ensembles uses a logarithmic distribution #1221
Comments
any thoughts @lindjoha @tnatt @anders-kiaer @rnyb ? |
I completely agree. It's better to keep both, and even better with the logarithmic axis option
|
Agree on the group name @lindjoha. Not sure about the config options: think we should ideally avoid more user config considering the structure of "next gen" webviz is likely going towards less manual user configuration? |
agree on the logarithmic 👍 I don't like the long names we get with the GROUP though... looks messy 😄 but up to you. |
splitting out the groups from the names and using them as filters would be better in my opinion.. but requires more work 🤔 |
Suggestion:
|
The linked code drops the non-logarithmic column and renames the logarithmic ones. If someone is testing different distributions (logarithmic and non-logarithmic), the non-logarithmic distributions will be lost. I suggest that we short term skip dropping the non-logarithmic even though it creates some duplicates. Could be better to e.g. only keep the non-logarithmic which exists independent of chosen distribution, but instead have an option in the gui to use a logarithmic axis.
webviz-subsurface/webviz_subsurface/_models/parameter_model.py
Lines 112 to 119 in 1b1bb17
The text was updated successfully, but these errors were encountered: