[ENH] Add finite-fault support to server schema, validation, and PyTorch backend - #96
Merged
Conversation
This was referenced Sep 4, 2026
[FIX] Ensure tensors consistently move to backend device and add tests for GPU-specific behavior
#90
Merged
Merged
Merged
Member
Author
This was referenced Sep 4, 2026
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 4, 2026 13:29
30790fb to
b582ed4
Compare
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
from
September 4, 2026 13:30
7234a0e to
93e0628
Compare
Leguark
marked this pull request as ready for review
September 4, 2026 13:37
Member
Author
Merge activity
|
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 5, 2026 09:43
b582ed4 to
ec5a4fa
Compare
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
from
September 5, 2026 09:43
93e0628 to
fa12ddf
Compare
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 5, 2026 09:44
ec5a4fa to
19eb035
Compare
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
from
September 5, 2026 09:44
fa12ddf to
5bb6745
Compare
Leguark
force-pushed
the
finite_faults/stack_wiring
branch
from
September 5, 2026 09:45
19eb035 to
aa5edaf
Compare
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
from
September 5, 2026 09:45
5bb6745 to
04e65e1
Compare
…rch backend Extends server schema to support finite-fault definitions with validation for fault relations and input data, including JSON serialization. Integrates finite-fault handling into PyTorch backend with device consistency and added tests. Updates documentation with server payload structure and backend behavior details.
Leguark
changed the base branch from
finite_faults/stack_wiring
to
graphite-base/96
September 5, 2026 09:46
Leguark
force-pushed
the
08-28-_enh_add_finite-fault_support_to_server_schema_validation_and_pytorch_backend
branch
from
September 5, 2026 09:46
04e65e1 to
c47961d
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.

Extends server schema to support finite-fault definitions with validation for fault relations and input data, including JSON serialization. Integrates finite-fault handling into PyTorch backend with device consistency and added tests. Updates documentation with server payload structure and backend behavior details.