hdrake / cmip6hack-multigen

Multi-generational inter-comparison of climate model performance metrics
MIT License
2 stars 4 forks source link

Update xskillscore to handle NaNs (masked values) directly #18

Closed bradyrx closed 5 years ago

bradyrx commented 5 years ago

I'm currently working on a second xskillscore PR that allows for skipna in the high level functions. This would mean you don't need to do the .fillna() workaround and masks will work.

hdrake commented 5 years ago

@bradyrx implemented this in xskillscore in https://github.com/raybellwaves/xskillscore/pull/31 and it is now in the default notebook of cmip6hack-multigen in https://github.com/hdrake/cmip6hack-multigen/pull/20