GitHub user huikyole opened a pull request:
https://github.com/apache/climate/pull/519
CLIMATE-962 - Handling of NAN values while loading datasets
local.load_file has been updated to mask NaN values
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/huikyole/climate CLIMATE-962
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/519.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #519
----
commit 8e74c7f888d6855f6357cac3f028aed85fbacf77
Author: huikyole <huikyo.lee@...>
Date: 2018-11-25T02:00:03Z
CLIMATE-962 - Handling of NAN values while loading datasets
local.load_file has been updated to mask NaN values
----
---