-
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? |
Maybe it's because the
You can see here how properties are added. |
Hi @jcannon-gplates |
It looks like you're using However, it might be better to do something like...
...where I've replaced...
...with...
...because if the time hasn't been set (in either @GPlates/gplately-dev, does this sound right? I think |
Thank you so much! I just applied your comment. |
Thanks @jcannon-gplates and @Hojat-Shirmard Just out of curiosity, what was the reason of these two lines got removed? |
I think I messed up—sorry about that! I'll fix it now. |
@Hojat-Shirmard Can you add other properties and functions which were mentioned in #250? And also add the warning and debug messages mentioned in #250. Thanks. |
@michaelchin, Did you mean this comment? |
Could you please read #250? There are a few comments regarding what need to be done. Thanks. |
I added misc_transforms |
Search for "hjt" in the file; you'll see I've added lines of code in four different places.