Skip to content

Commit

Permalink
Remove calls to unused lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Oct 21, 2021
1 parent bfbaf27 commit 9b463d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/lsst/meas/astrom/pessimistic_pattern_matcher_b_3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ def _build_distances_and_angles(self):
self._dist_array[startIdx:endIdx] = np.sqrt(
((self._reference_array[ref_id + 1:, :]
- ref_obj) ** 2).sum(axis=1))

# Append to our arrays to the output lists for later
# concatenation.
sub_id_array_list.append(sub_id_array)
sub_dist_array_list.append(sub_dist_array)
# Set startIdx of the slice to the end of the previous slice.
startIdx = endIdx

Expand Down

0 comments on commit 9b463d5

Please sign in to comment.