Skip to content

Commit 1ed9701

Browse files
committed
[BUG] Make sure custom grids only set the solutions properly
1 parent a225a74 commit 1ed9701

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

gempy_engine/core/data/raw_arrays_solution.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ def from_gempy_engine_solutions(cls, octrees_output: list[OctreeLevel], meshes:
8282
case cls.BlockSolutionType.DENSE_GRID:
8383
_fill_block_solutions_with_dense_grid(stacks_output, raw_arrays_solution)
8484
raw_arrays_solution.dense_ids = BackendTensor.t.to_numpy(collapsed_output.ids_block_dense_grid)
85-
case cls.BlockSolutionType.NONE:
86-
return None
87-
case _:
88-
raise ValueError(f"Block solution type {block_solution_type} not recognized")
89-
9085

9186
# Endregion
9287

tests/test_server/example.mle

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)