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 ea816af commit d87015dCopy full SHA for d87015d
tests/conftest.py
@@ -32,7 +32,7 @@ def one_fault_model_topo_solution() -> GeoModel:
32
topography_resolution=np.array([60, 60])
33
)
34
35
- gp.compute_model(one_fault_model, gp.data.GemPyEngineConfig(backend=gp.data.AvailableBackends.PYTORCH))
+ gp.compute_model(one_fault_model, gp.data.GemPyEngineConfig(backend=gp.data.AvailableBackends.numpy))
36
return one_fault_model
37
38
0 commit comments