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

bug in _set_zrot() #29

Open
evgenizer opened this issue Mar 11, 2016 · 1 comment
Open

bug in _set_zrot() #29

evgenizer opened this issue Mar 11, 2016 · 1 comment

Comments

@evgenizer
Copy link

print 'length of angle list not correct'+
'({0} instead of {1})'.format(len(angle), len(self.z))

should be

print 'length of angle list not correct'+
'({0} instead of {1})'.format(len(angle), len(self.Z.z))

@alkirkby
Copy link
Collaborator

Thanks, I’ve updated the code.

Alison.

From: evgenizer [mailto:[email protected]]
Sent: Saturday, 12 March 2016 9:47 AM
To: geophysics/mtpy [email protected]
Subject: [mtpy] bug in _set_zrot() (#29)

print 'length of angle list not correct'+
'({0} instead of {1})'.format(len(angle), len(self.z))

should be

print 'length of angle list not correct'+
'({0} instead of {1})'.format(len(angle), len(self.Z.z))


Reply to this email directly or view it on GitHubhttps://github.com//issues/29.

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

No branches or pull requests

2 participants