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 8bfc538 commit 746830eCopy full SHA for 746830e
gempy_engine/core/data/engine_grid.py
@@ -80,7 +80,7 @@ def values(self) -> np.ndarray:
80
values.append(self.geophysics_grid.values)
81
82
values_array = BackendTensor.t.concatenate(values, dtype=BackendTensor.dtype)
83
- values_array = BackendTensor.t.array(values_array)
+ values_array = BackendTensor.t.array(values_array, dtype=BackendTensor.dtype)
84
85
return values_array
86
0 commit comments