Skip to content

Commit ec48f2e

Browse files
committed
work on docstrings
1 parent fc50840 commit ec48f2e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

uxarray/cross_sections/dataarray_accessor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ def __call__(
7676
dim_axis = new_dims.index(new_dim)
7777

7878
# TODO:
79-
arr = np.moveaxis(
80-
self.uxda.compute().data, face_axis, -1
81-
) # now shape (..., n_face)
79+
arr = np.moveaxis(self.uxda.compute().data, face_axis, -1)
8280
M, Nf = arr.reshape(-1, arr.shape[-1]).shape
8381
flat_orig = arr.reshape(M, Nf)
8482

0 commit comments

Comments
 (0)