alchemistry / alchemlyb

the simple alchemistry library
https://alchemlyb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
197 stars 51 forks source link

replace deprecated pandas.Float64Index #211

Closed orbeckst closed 2 years ago

orbeckst commented 2 years ago

From the tests

src/alchemlyb/tests/parsing/test_gmx.py: 61 warnings
  /home/runner/work/alchemlyb/alchemlyb/src/alchemlyb/parsing/gmx.py:210: FutureWarning: pandas.Float64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
    index=pd.Float64Index(times.values, name='time'))