-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: fault segment structural frame was intiialised incorrectly * fix: adding copy method as a required method for all geological features * fix: allow feature to be initialised without a builder this means the feature won't check if the interpolator is up to date. In order for this to occur a builder needs to have an up_to_date method * fix: bug with pyvista glyphs when working in a real world coordinate system. Fixed by reprojecting into local coordinates for the glyphing and then reprojecting out of the local coords after glyping. requires a bounding box to be passed to vtk method for any vector calls. Added a project/reproject method to the bounding box * fix: rescale/scale no longer default to in place and will copy the points given to them * fix: interpolator factory with data works * ci: adding icon to docs * fix: removing config details for release please * fix: interface constraints used wrong reference to interpolation matrix * fix: throw error if interpolation support doesn't have 3 steps * style: style fixes by ruff and autoformatting by black * typo, steps_vector instead of nsteps * fix: order of arguments incorrect for fault segment * fix: add copy to intrusion * style: style fixes by ruff and autoformatting by black * fix: bb plotting in correct place when not using global origin * fix: inequality pairs being used by FD interpolator * style: style fixes by ruff and autoformatting by black * style: remove comments/old code * fix: add a feature to project a vector onto a plane * style: style fixes by ruff and autoformatting by black * fix: updating transformer to take angle and translation as input * style: style fixes by ruff and autoformatting by black * fix: disable axis_function and limb_function for folds --------- Co-authored-by: lachlangrose <[email protected]> Co-authored-by: lachlangrose <[email protected]>
- Loading branch information
1 parent
ec52888
commit 58b211f
Showing
22 changed files
with
407 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Build documentation and deploy | ||
name: "📚 Build documentation and deploy " | ||
|
||
on: | ||
workflow_dispatch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.