ECMWFCode4Earth / ml_drought

Machine learning to better predict and understand drought. Moving github.com/ml-clim
https://ml-clim.github.io/drought-prediction/
89 stars 18 forks source link

Engineer/test similar arrays #152

Closed tommylees112 closed 4 years ago

tommylees112 commented 4 years ago

added the line to the engineer comparison:

np.sort(datasets[idx][dim].values), np.sort(coords[dim])

because the lat/lon coords aren't always sorted and xarray knows how to deal with them anyway

tommylees112 commented 4 years ago

Merging this badboy!