-
Notifications
You must be signed in to change notification settings - Fork 13
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
issue-250-ridge-transforms #298
base: master
Are you sure you want to change the base?
Conversation
Search for "hjt" in the file; you'll see I've added lines of code in four different places.
|
moved the two functions to the end of the file and fixed the indentation. added"ridge_transforms" as property(return self.ridges + self.transforms), similar to this https://github.com/GPlates/gplately/blob/bea66aaff046fa7d08e33c94c41b63695f8ecbe9/gplately/plot.py#L383-L387
Hi @michaelchin |
yes, add plot_ridge_transform() funciton call and comment out other plotting code to see the result more clearly. And you can see your code changes here https://github.com/GPlates/gplately/pull/298/files. there are still errors in the code changes. |
How can I know where the errors are? |
Have you tried to click this link https://github.com/GPlates/gplately/pull/298/files? if you did, see the screenshot below for example. You need to make sure the changes are intended. And only make changes when it is necessary. |
I reckon I need to create a new environment in Anaconda and install my modified branch to check if it’s working properly, right? |
Search for "hjt" in the file; you'll see I've added lines of code in four different places.