Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2023
1 parent 72f9c34 commit 59dc296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/utilities/lib/element_mappings.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ cdef class ElementSampler:
cdef np.ndarray[np.float64_t, ndim=2] mapped_coords
cdef np.ndarray[np.uint8_t, ndim=1] mask
mapped_coords = self.map_reals_to_unit(vertices, positions)
mask = np.zeros(mapped_coords.shape[0], dtype=np.uint8)
mask = np.zeros(mapped_coords.shape[0], dtype=np.uint8)
cdef double[3] mapped_coord
cdef int i, j
for i in range(mapped_coords.shape[0]):
Expand Down

0 comments on commit 59dc296

Please sign in to comment.