[ENH] Add tests and example model for finite-fault handling with diagnostics - #98
Merged
Leguark merged 4 commits intoSep 5, 2026
Conversation
This was referenced Sep 4, 2026
Member
Author
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 4, 2026 13:29
e5b7b30 to
ab5ef6d
Compare
Leguark
force-pushed
the
tweak_finite_fault
branch
from
September 4, 2026 13:30
5ebb406 to
4bb2780
Compare
Leguark
marked this pull request as ready for review
September 4, 2026 13:38
Member
Author
Merge activity
|
Leguark
force-pushed
the
tweak_finite_fault
branch
from
September 5, 2026 09:43
4bb2780 to
b014a8e
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:43
ab5ef6d to
787e5b0
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:44
787e5b0 to
da4972b
Compare
Leguark
force-pushed
the
tweak_finite_fault
branch
2 times, most recently
from
September 5, 2026 09:45
c078ea0 to
95292ef
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:45
da4972b to
8e37493
Compare
Leguark
force-pushed
the
tweak_finite_fault
branch
from
September 5, 2026 09:46
95292ef to
7c8e13a
Compare
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:46
8e37493 to
e43419c
Compare
…nostics Introduces a test case and example model (`last_model.gempy`) for finite-fault scalar field handling and visualization diagnostics. Includes validation of finite-fault descriptions, boundary conditions, and ellipsoid distance functions. Adds diagnostic plots for fault layer meshes and finite-fault scalar distribution.
Introduce tests ensuring finite fault transformations are correctly applied without mutating the model and validate isotropic transform enforcement. Update documentation to clarify the handling of finite fault coordinates and transformation constraints in GemPy Engine.
Documents the proposed micro-point front-end data model, serialization schema, and local RBF correction methods. Includes the architectural pipeline, validation requirements, serialization updates, and tests for integration, ensuring micro-point observations enhance local compliance without affecting macro cokriging systems.
Leguark
force-pushed
the
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
branch
from
September 5, 2026 09:49
e43419c to
e8f580c
Compare
Leguark
force-pushed
the
tweak_finite_fault
branch
from
September 5, 2026 09:49
7c8e13a to
7f44b56
Compare
Leguark
merged commit Sep 5, 2026
287ce57
into
08-28-_enh_add_support_for_finite-fault_scalar_field_handling
0 of 5 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

[ENH] Add tests and example model for finite-fault handling with diagnostics
Introduces a test case and example model (
last_model.gempy) for finite-fault scalar field handling and visualization diagnostics. Includes validation of finite-fault descriptions, boundary conditions, and ellipsoid distance functions. Adds diagnostic plots for fault layer meshes and finite-fault scalar distribution.Add tests and documentation for finite fault transformations
Introduce tests ensuring finite fault transformations are correctly applied without mutating the model and validate isotropic transform enforcement. Update documentation to clarify the handling of finite fault coordinates and transformation constraints in GemPy Engine.
[ENH] Add micro-point front-end and serialization design documentation
Documents the proposed micro-point front-end data model, serialization schema, and local RBF correction methods. Includes the architectural pipeline, validation requirements, serialization updates, and tests for integration, ensuring micro-point observations enhance local compliance without affecting macro cokriging systems.
[DEL]