Jhsmit / PyHDX

Derive ΔG for single residues from HDX-MS data
http://pyhdx.readthedocs.io
MIT License
28 stars 12 forks source link

FutureWarning: pandas indexing #308

Open Jhsmit opened 1 year ago

Jhsmit commented 1 year ago
FutureWarning: The behavior of `series[i:j]` with an integer-dtype index is deprecated. In a future version, this will be treated as *label-based* indexing, consistent with e.g. `series[i]` lookups. To retain the old behavior, use `series.iloc[i:j]`. To get the future behavior, use `series.loc[i:j]`.
  self.Z[row][i0 : i1 + 1] = _exchanges[i0 : i1 + 1]