-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Hello,
I have been trying to run the example notebooks with my own data. I have come across an error when attempting to run the first Monte Carlo simulation in notebook 2a cell #12. The error presented is the following:
"ValueError: Found array with 0 sample(s) (shape=(0, 1)) while a minimum of 1 is required by LinearRegression."
Upon further inspection into the "pa" dataset of own data and the example with la-houte-bourne, I noticed that my Merra reanalysis is missing 3 rows (u_850, v_850, temp_850). I am thinking this might be the cause or the error, but I am confused as to why those arrays of my csv file were not picked up by the reanalysis as I formatted them same as the example data. I will continue working at this, but in the meantime do you have any thoughts or suggestions for either csv formatting specifics or other ways to add those arrays to the reanalysis.
Thank you for your help!