Skip to content

Commit

Permalink
fix yet another pandas deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashopf committed Jul 8, 2024
1 parent 9bfa113 commit 476700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evcouplings/compare/distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def _get_col_name(col_name):
# extract coverage segments for all individual structures
segments = {
_get_col_name(col_name): find_segments(series.dropna().sort_index().index)
for col_name, series in coverage_cols.iteritems()
for col_name, series in coverage_cols.items()
}

return segments
Expand Down

0 comments on commit 476700b

Please sign in to comment.