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
import cdms2 import cdat_info import MV2 f= cdms2.open(cdat_info.get_sampledata_path()+"/clt.nc") s = f("clt", **{}) #s.info() s = s( latitude=( 20, 20, "cob"), longitude=( 112, 112, "cob"), squeeze=1) s2 = MV2.sin(s) ax = s2.getTime() print "FIRST VAL:",ax[0] ax2 = ax.clone() ax2.toRelativeTime("days since 30000") print("FIRST VALUE UNCHANGED?",ax[0])
Original axes values have been changed this has been introduced in the last commit. Thanks @muryanto1 for spotting the regression in vcs nighlties
The text was updated successfully, but these errors were encountered:
fix #271 using deepcopy()
edc9709
e41c556
dnadeau4
No branches or pull requests
Original axes values have been changed this has been introduced in the last commit.
Thanks @muryanto1 for spotting the regression in vcs nighlties
The text was updated successfully, but these errors were encountered: