Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest cdtime broken on py3 #16

Closed
doutriaux1 opened this issue Jan 24, 2018 · 3 comments
Closed

latest cdtime broken on py3 #16

doutriaux1 opened this issue Jan 24, 2018 · 3 comments
Assignees
Labels
Milestone

Comments

@doutriaux1
Copy link
Contributor

        data = os.path.join(self.basedatadir, "coads_climatology.nc")
        f = cdms2.open(data)
        s = f["SST"]
        s.info()
        print(s.getTime().asComponentTime())
@doutriaux1 doutriaux1 added the bug label Jan 24, 2018
@doutriaux1 doutriaux1 added this to the 3.0 milestone Jan 24, 2018
@doutriaux1
Copy link
Contributor Author

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

@CDAT CDAT deleted a comment from muryanto1 Jan 25, 2018
@doutriaux1
Copy link
Contributor Author

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

@doutriaux1 doutriaux1 added invalid and removed bug labels Feb 7, 2018
@doutriaux1
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants