ecmwf / ecpoint-calibrate

Interactive GUI (developed in Python) for calibration and conditional verification of numerical weather prediction model outputs.
GNU General Public License v3.0
20 stars 8 forks source link

Loading breakpoints issue #190

Closed AugustinVintzileos closed 3 years ago

AugustinVintzileos commented 3 years ago

The hierarchy of variables is not saved when saving the breakpoints. So, when relaunching the software reading the data points and loading the saved breakpoints the tree will use the hierarchy of variables of the original data point file which might have changed during the development.

FatimaPillosu commented 3 years ago

Hi @AugustinVintzileos, you can solve this problem by inspecting your point data table in advance and make sure the order of the predictors in the software corresponds to the order of the predictors in the point data table. I will close this issue but if you have other questions about this topic, please feel free to reopen it. Cheers, Fatima