[ https://issues.apache.org/jira/browse/CLIMATE-830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417897#comment-15417897 ]
ASF GitHub Bot commented on CLIMATE-830: ---------------------------------------- Github user Omkar20895 commented on the issue: https://github.com/apache/climate/pull/376 @jarifibrahim I am sorry, I think we have merged this PR a little sooner, I wish I could help with the fix of broken test cases but it is out my scope as I don't know how to handle the missing time variable. I completely agree with you, we need to fix this. @lewismc and @huikyole are working on this and they will hopefully come up with a fix. Thanks. :) > Broken tests in dap.py > ---------------------- > > Key: CLIMATE-830 > URL: https://issues.apache.org/jira/browse/CLIMATE-830 > Project: Apache Open Climate Workbench > Issue Type: Bug > Affects Versions: 1.0.0 > Reporter: Omkar Reddy > Assignee: Omkar Reddy > Fix For: 1.2.0 > > > The code base in dap.py is written on a presumption that every > variable(except lat, lon and time which are 1D variables) in the dataset > loaded from OpenDap have lat, lon and time variables associated with them. It > is evident lines 53, 54 and 55 in the code. > The test cases fail when we use the dataset from this link [0]. There is only > one variable(other than lat and lon) 'scale_factor' and has only lat and lon > variables associated with it. > [0] > http://opendap-uat.jpl.nasa.gov/opendap/GeodeticsGravity/tellus/L3/mascon/RL05/JPL/CRI/netcdf/CLM4.SCALE_FACTOR.JPL.MSCNv01CRIv01.nc > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)