Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Havlin <[email protected]>
  • Loading branch information
cphyc and chrishavlin authored Jul 22, 2024
1 parent 45b84c3 commit 711255d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yt_experiments/octree/converter.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

cimport numpy as np
from libc.stdlib cimport malloc
# from libcpp.vector cimport vector

import cython
import numpy as np
Expand Down Expand Up @@ -45,7 +44,7 @@ cdef class OctTree:

@cython.boundscheck(False)
cdef Oct* add_check(self, const double[3] x, const int level, const int unique_index) except NULL:
"""Add a cell to the octree and verify that the the position obtained by going down the
"""Add a cell to the octree and verify that the position obtained by going down the
octree matches the cell position.
Parameters
Expand Down

0 comments on commit 711255d

Please sign in to comment.