Skip to content

Commit 8325a6f

Browse files
committed
[CLN] Rename variable for clarity in test_gempy_subsurface.py
1 parent 5f2409d commit 8325a6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_modules/test_gempy_subsurface.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def test_gempy_to_subsurface():
3737
concatenated_id_array = np.concatenate(vertex_id_array)
3838
concatenated_cell_id_array = np.concatenate(cell_id_array)
3939

40-
ss = optional_dependencies.require_subsurface()
40+
subsurface = optional_dependencies.require_subsurface()
41+
ss = subsurface
4142
meshes: ss.UnstructuredData = ss.UnstructuredData.from_array(
4243
vertex=np.concatenate(vertex),
4344
cells=np.concatenate(simplex_list),

0 commit comments

Comments
 (0)