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
21 stars 8 forks source link

cannot apply the Kolmogorov-Smirnov test for the second variable in the tree in v.0.12.0 #126

Closed EstiGascon closed 3 years ago

EstiGascon commented 3 years ago

After applying the Kolmogorov-Smirnov test to the first variable in the decision tree, we tried to apply the test for a branch of the first variable, to create the breakpoints of the second variable. But the software does not allow to "click" and select this second variable, only in the first one (in the option "Select the level at which breakpoints must be suggested"). You can see the variable in the drop-down list, but when you click on it, it is not selected.

The test was done with a "parquet" file in the software version 0.12.0

AugustinVintzileos commented 3 years ago

An example of the output file (parquet) containing SKT (skin temperature), 2T (2-meter temperature), and BLH (boundary layer height) can be found in /vol/highlander

onyb commented 3 years ago

@AugustinVintzileos Can you please upload this parquet file to our shared Google Drive?

AugustinVintzileos commented 3 years ago

Done. I created a subdirectory: Highlander in which I uploaded the file. Please let me know if you have any problems reading it.


From: Anirudha Bose notifications@github.com Sent: Tuesday, November 10, 2020 1:46 PM To: esowc/ecPoint-Calibrate ecPoint-Calibrate@noreply.github.com Cc: Augustin Vintzileos Augustin.Vintzileos@ecmwf.int; Mention mention@noreply.github.com Subject: Re: [esowc/ecPoint-Calibrate] cannot apply the Kolmogorov-Smirnov test for the second variable in the tree in v.0.12.0 (#126)

@AugustinVintzileoshttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAugustinVintzileos&data=04%7C01%7CAugustin.Vintzileos%40ecmwf.int%7C12670b73c9924790392208d885a8f59d%7C21b711c6aab74d369ffbac0357bc20ba%7C0%7C0%7C637406308000153821%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=D1tEtSCBgrnfiV2HNbIDRoyWvjKo6emv%2F%2Ft7KwXUI2E%3D&reserved=0 Can you please upload this parquet file to our shared Google Drive?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fesowc%2FecPoint-Calibrate%2Fissues%2F126%23issuecomment-724893138&data=04%7C01%7CAugustin.Vintzileos%40ecmwf.int%7C12670b73c9924790392208d885a8f59d%7C21b711c6aab74d369ffbac0357bc20ba%7C0%7C0%7C637406308000153821%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=a04WzqJ%2BmLMIi2GYbREcxJ8QkniDFF3Sdleom8rym4c%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FARHK63JEO2S2CF2DDU2YMLDSPGDA5ANCNFSM4TRAMMPQ&data=04%7C01%7CAugustin.Vintzileos%40ecmwf.int%7C12670b73c9924790392208d885a8f59d%7C21b711c6aab74d369ffbac0357bc20ba%7C0%7C0%7C637406308000163789%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=yPrTR5DXOFyzuXC1LGSBDvYxhrgTzEcHUR4%2Ff1fvAOY%3D&reserved=0.

onyb commented 3 years ago

It seems we had this bug since a long time. It only manifests itself when the split value in the input box is empty and the level is selected from the drop-down list.

It has been fixed in the v0.12.1 release.