We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data = os.path.join(self.basedatadir, "coads_climatology.nc") f = cdms2.open(data) s = f["SST"] s.info() print(s.getTime().asComponentTime())
The text was updated successfully, but these errors were encountered:
@muryanto1 this is a good example of why we desperately need your nightly checks!
Sorry, something went wrong.
@dnadeau4 python 2.7 is broken as well. It seems to affect osx only.
@dnadeau4 pointed out this not a bug, "months since 0" is not valid anymore which makes sense. Will update test suites to reflect this.
dnadeau4
No branches or pull requests
The text was updated successfully, but these errors were encountered: