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

Error when remove the option of the predictant to be a predictor #144

Closed EstiGascon closed 3 years ago

EstiGascon commented 3 years ago

When we are defining the variables to create the ascii or parquet datatable, now we have the possibility of removing the Predictant as a Predictor, just removing the tick "x" in the Predictor column. However, if you do it, there will be an error in the calculation of the Forecast Errors. So for now, we have to keep the predictant as a predictor if we want to avoid that error. I have checked the versions v.0.17 and v.0.19 and it happened in both.

FatimaPillosu commented 3 years ago

@EstiGascon, could you please send the precise error that is happening (e.g. crashing, error message, etc)? Otherwise, Ani cannot reproduce this problem.

EstiGascon commented 3 years ago

The structure of the list of predictors and the predictant has changed in the most recent versions so we do not have this issue anymore.