Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis authored and Benoit Coste committed Feb 20, 2019
1 parent c2955ff commit bfc3494
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tmd/Topology/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def closest_ph(ph_list, target_extent, method='from_above', return_index=False):
sorted_indices = np.argsort(max_extents, kind='mergesort')
sorted_extents = max_extents[sorted_indices]

#print("sorted_extents: ", sorted_extents, "pos: ", above)

if method == 'from_above':

above = np.searchsorted(sorted_extents, target_extent, side='right')
Expand Down

0 comments on commit bfc3494

Please sign in to comment.