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 fc50840 commit ec48f2eCopy full SHA for ec48f2e
1 file changed
uxarray/cross_sections/dataarray_accessor.py
@@ -76,9 +76,7 @@ def __call__(
76
dim_axis = new_dims.index(new_dim)
77
78
# TODO:
79
- arr = np.moveaxis(
80
- self.uxda.compute().data, face_axis, -1
81
- ) # now shape (..., n_face)
+ arr = np.moveaxis(self.uxda.compute().data, face_axis, -1)
82
M, Nf = arr.reshape(-1, arr.shape[-1]).shape
83
flat_orig = arr.reshape(M, Nf)
84
0 commit comments