Skip to content

Conversation

@AxMeNi
Copy link
Contributor

@AxMeNi AxMeNi commented Apr 10, 2025

Minor documentation updates for maths.py (my first contribution to LoopStructural :) )

Copy link
Member

@lachlangrose lachlangrose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Axel, did you mean to change the order of plunge and plunge direction?

def azimuthplunge2vector(
plunge: NumericInput,
plunge_dir: NumericInput,
plunge: NumericInput,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to change the order of the variables?

Copy link
Contributor Author

@AxMeNi AxMeNi Apr 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I meant to make them coherent with the name of the function. I have no idea if that would change anything with the actual code though. Do you know if there is a way to access every single call to that function in the whole project?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AxMeNi, I think I would rather keep it as plunge and plunge_dir because that is the order we refer to them as geologists. But maybe we should change the function name, but we need to add a deprecation to the old naming

@lachlangrose lachlangrose merged commit 7ca8810 into Loop3D:master May 14, 2025
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants