Skip to content

Commit d87015d

Browse files
committed
[TEST] Use numpy for CI
1 parent ea816af commit d87015d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def one_fault_model_topo_solution() -> GeoModel:
3232
topography_resolution=np.array([60, 60])
3333
)
3434

35-
gp.compute_model(one_fault_model, gp.data.GemPyEngineConfig(backend=gp.data.AvailableBackends.PYTORCH))
35+
gp.compute_model(one_fault_model, gp.data.GemPyEngineConfig(backend=gp.data.AvailableBackends.numpy))
3636
return one_fault_model
3737

3838

0 commit comments

Comments
 (0)