Skip to main content

Fosfrancesco's group workspace

Timestamps visible
2024-01-05 16:20:41
/share/hel/home/manos/codes/MusGConv/musgconv/models/chord.py:1267: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
2024-01-05 16:20:41
  dfout = dfout.append(row, ignore_index=True)
2024-01-05 16:20:41
/share/hel/home/manos/codes/MusGConv/musgconv/models/chord.py:1266: SettingWithCopyWarning:
2024-01-05 16:20:41
A value is trying to be set on a copy of a slice from a DataFrame
2024-01-05 16:20:41
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
2024-01-05 16:20:41
  row["onset"] = row["onset"] + 0.125
2024-01-05 16:20:41
/share/hel/home/manos/codes/MusGConv/musgconv/models/chord.py:1267: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
2024-01-05 16:20:41
  dfout = dfout.append(row, ignore_index=True)
2024-01-05 16:20:41
/share/hel/home/manos/codes/MusGConv/musgconv/models/chord.py:1266: SettingWithCopyWarning:
2024-01-05 16:20:41
A value is trying to be set on a copy of a slice from a DataFrame
2024-01-05 16:20:41
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy