CDAT / cdtime

climate calendar manipulation tools
0 stars 2 forks source link

latest cdtime broken on py3 #16

Closed doutriaux1 closed 6 years ago

doutriaux1 commented 6 years ago
        data = os.path.join(self.basedatadir, "coads_climatology.nc")
        f = cdms2.open(data)
        s = f["SST"]
        s.info()
        print(s.getTime().asComponentTime())
doutriaux1 commented 6 years ago

@muryanto1 this is a good example of why we desperately need your nightly checks!

doutriaux1 commented 6 years ago

@dnadeau4 python 2.7 is broken as well. It seems to affect osx only.

doutriaux1 commented 6 years ago

@dnadeau4 pointed out this not a bug, "months since 0" is not valid anymore which makes sense. Will update test suites to reflect this.