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 3294b15 commit c20d02cCopy full SHA for c20d02c
tests/test_common/test_modules/test_activator_fns.py
@@ -49,6 +49,8 @@ def test_activator_3_layers_segmentation_function_torch(simple_model_3_layers, s
49
simple_grid_3d_more_points_grid=simple_grid_3d_more_points_grid,
50
simple_model_3_layers=simple_model_3_layers
51
)
52
+
53
+ BackendTensor.change_backend_gempy(AvailableBackends.numpy)
54
if plot:
55
_plot_continious(grid, ids_block, interpolation_input)
56
0 commit comments