Github user kwhitehall commented on the issue:

    https://github.com/apache/climate/pull/439
  
    Hey @lewismc 
    Tested and found the following:
    
    1. need to convert this spaces to tabs in this folder
    2. updated code to reduce the number of datasets needed to test.
    Code for test can be obtained at the this [Google Drive 
loc](https://drive.google.com/drive/folders/0B0kFBnuqk_GTczFiU3kwWDBXaFk?usp=sharing)
    
    Note that I did a hacky update cause another error flagged in 
[dataset_processor.py](https://github.com/apache/climate/blob/master/ocw/dataset_processor.py#L1004-1005)
 by changing them to:
        spatial_indices_true = np.where(spatial_values.mask.all)
        spatial_indices_false = np.where(not spatial_values.mask.all)
    I haven't included these as something to include in this PR as more 
investigation needs to be done to ensure that this doesn't break the code 
otherwise. 
    
    The PR has been pushed to my local 
[here](https://github.com/kwhitehall/climate/pull/7). 
    I'll work on pushing it to your PR. Do you have direction on this? 
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to