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

Variable not displayed when splitting a node #186

Closed FatimaPillosu closed 3 years ago

FatimaPillosu commented 3 years ago

Hi Anirudha, sometimes it happens that the GUI doesn't show the variable in which one wants to split the node. See the picture below: Screenshot_2021-05-26_17-30-21

This messes up the decision tree. It is possible to go back to the previous status of the DT but it is time-consuming. The user should not be allowed to split if no variables are displayed.

I put it in priority 2 because, although it is not blocking the work of anyone, this should be corrected for version 1.0.0.

Cheers,

Fatima

onyb commented 3 years ago

Fixed in v0.29.0. The algorithm to deduce the level of the selected node was faulty.