We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2409d commit 8325a6fCopy full SHA for 8325a6f
test/test_modules/test_gempy_subsurface.py
@@ -37,7 +37,8 @@ def test_gempy_to_subsurface():
37
concatenated_id_array = np.concatenate(vertex_id_array)
38
concatenated_cell_id_array = np.concatenate(cell_id_array)
39
40
- ss = optional_dependencies.require_subsurface()
+ subsurface = optional_dependencies.require_subsurface()
41
+ ss = subsurface
42
meshes: ss.UnstructuredData = ss.UnstructuredData.from_array(
43
vertex=np.concatenate(vertex),
44
cells=np.concatenate(simplex_list),
0 commit comments