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

Fix/docs and cleanup #217

Merged
merged 34 commits into from
Feb 18, 2025
Merged

Fix/docs and cleanup #217

merged 34 commits into from
Feb 18, 2025

Conversation

lachlangrose
Copy link
Member

No description provided.

force origin/max to be numpy arrays.
Change default ordering of regular grid to be fortran
renaming centers to centres for english
adding cell centres to structure grid/nodes
@lachlangrose lachlangrose requested a review from Copilot February 5, 2025 01:04
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 5 out of 15 changed files in this pull request and generated 2 comments.

Files not reviewed (10)
  • docs/source/getting_started/background.rst: Language not supported
  • docs/source/getting_started/installation.rst: Language not supported
  • docs/source/index.rst: Language not supported
  • docs/source/user_guide/index.rst: Language not supported
  • docs/source/user_guide/what_is_a_geological_model.rst: Language not supported
  • LoopStructural/init.py: Evaluated as low risk
  • LoopStructural/modelling/core/geological_model.py: Evaluated as low risk
  • LoopStructural/utils/_surface.py: Evaluated as low risk
  • LoopStructural/datatypes/_bounding_box.py: Evaluated as low risk
  • LoopStructural/modelling/features/_base_geological_feature.py: Evaluated as low risk
Comments suppressed due to low confidence (1)

LoopStructural/utils/_transformation.py:132

  • The inversed array might have a shape mismatch if points has more dimensions than self.dimensions. This should be handled more carefully to avoid runtime errors.
inversed = np.vstack([inversed, points[self.dimensions:]]) if points.shape[1] > self.dimensions else inversed

lachlangrose and others added 24 commits February 5, 2025 12:08
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
@lachlangrose lachlangrose merged commit 4b9f90f into master Feb 18, 2025
17 checks passed
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.

1 participant