[ENH] Improve finite-fault and grid scalar handling with backend adjustments and test updates - #99
Merged
Merged
Conversation
Leguark
marked this pull request as ready for review
September 5, 2026 08:06
Member
Author
This was referenced Sep 5, 2026
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
fixes_for_test_system
branch
from
September 5, 2026 09:43
ea8c4e3 to
57ae7c8
Compare
Leguark
force-pushed
the
fixes_for_test_system
branch
from
September 5, 2026 09:44
57ae7c8 to
fbf5f9a
Compare
Leguark
force-pushed
the
tweak_finite_fault
branch
from
September 5, 2026 09:45
c078ea0 to
95292ef
Compare
Leguark
force-pushed
the
fixes_for_test_system
branch
from
September 5, 2026 09:45
fbf5f9a to
b6c30be
Compare
Leguark
force-pushed
the
tweak_finite_fault
branch
from
September 5, 2026 09:46
95292ef to
7c8e13a
Compare
Leguark
force-pushed
the
fixes_for_test_system
branch
from
September 5, 2026 09:46
b6c30be to
18e57af
Compare
Leguark
force-pushed
the
tweak_finite_fault
branch
from
September 5, 2026 09:49
7c8e13a to
7f44b56
Compare
Leguark
force-pushed
the
fixes_for_test_system
branch
from
September 5, 2026 09:49
18e57af to
ffb1c91
Compare
…stments and test updates Refactor scalar handling for `finite_fault_scalar` to ensure compatibility with numpy and tensor backends. Introduced additional NumPy array safeguards, resolved dtype inconsistencies, and updated dependent tests for clarity and stability. Enhanced test coverage with conditional skipping for backend-specific implementations and stricter validation for interpolation workflows. Updated environment defaults for headless test runs.
Leguark
force-pushed
the
graphite-base/99
branch
from
September 5, 2026 11:10
7f44b56 to
41ef4f8
Compare
Leguark
force-pushed
the
fixes_for_test_system
branch
from
September 5, 2026 11:10
ffb1c91 to
2dc249c
Compare
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.

Refactor scalar handling for
finite_fault_scalarto ensure compatibility with numpy and tensor backends. Introduced additional NumPy array safeguards, resolved dtype inconsistencies, and updated dependent tests for clarity and stability. Enhanced test coverage with conditional skipping for backend-specific implementations and stricter validation for interpolation workflows. Updated environment defaults for headless test runs.