Skip to content

Commit

Permalink
Remove hack to avoid old segfault in esutil
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKrughoff committed Jan 4, 2017
1 parent 841ebcb commit 00a6e0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/meas/algorithms/htmIndexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def __init__(self, depth=8):
@param[in] depth depth of the hierarchy to construct
"""
self.htm = esutil.htm.HTM(depth)
# HACK need to call intersect first otherwise it segfaults
self.htm.intersect(1., 2., 0.00001)

def get_pixel_ids(self, ctrCoord, radius):
"""!Get all shards that touch a circular aperture
Expand Down

0 comments on commit 00a6e0f

Please sign in to comment.