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

defining bins (minor) #136

Closed AugustinVintzileos closed 3 years ago

AugustinVintzileos commented 3 years ago

We need to type the bins in the format 0.5. Typing .5 is creating an error message.

onyb commented 3 years ago

I think the advantage of using 0.5 over .5 is more clear when you consider negative floating-point numbers. For example, using -0.5 is more common than -.5.

AugustinVintzileos commented 3 years ago

Maybe state the format near this entry because there are many people used to type -.5 instead -0.5. I guess an error message indicating the correct format would be enough.


From: Anirudha Bose notifications@github.com Sent: Thursday, December 10, 2020 4:36 PM To: esowc/ecPoint-Calibrate ecPoint-Calibrate@noreply.github.com Cc: Augustin Vintzileos Augustin.Vintzileos@ecmwf.int; Author author@noreply.github.com Subject: Re: [esowc/ecPoint-Calibrate] defining bins (minor) (#136)

I think the advantage of using 0.5 over .5 is more clear when you consider negative floating-point numbers. For example, using -0.5 is more common than -.5.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fesowc%2FecPoint-Calibrate%2Fissues%2F136%23issuecomment-742815530&data=04%7C01%7CAugustin.Vintzileos%40ecmwf.int%7C73295ff2c2a149d978cb08d89d53b616%7C21b711c6aab74d369ffbac0357bc20ba%7C0%7C0%7C637432330139981832%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=CPMLnLu34N%2BZvTmgbXm1GB4kkMqZR%2B%2Bxs1WR53Fzaio%3D&reserved=0, or unsubscribehttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FARHK63PNYZHDJVAHDJU5NNDSUE5PJANCNFSM4UQV2AGQ&data=04%7C01%7CAugustin.Vintzileos%40ecmwf.int%7C73295ff2c2a149d978cb08d89d53b616%7C21b711c6aab74d369ffbac0357bc20ba%7C0%7C0%7C637432330139991781%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2B0h8bKMqXpQcE4UE4QAQQUI3QPxe0fx%2FUIuMYeOSFCw%3D&reserved=0.

onyb commented 3 years ago

Fixed in v0.18.0.