You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently looks like lyse will crash if shots resulting in a dataframe with N > 2 levels (as in multiindex levels) are added, deleted, and then shots with fewer than N levels are added. This should be tested. If it needs to be fixed it will affect DataFrameModel.update_row() and EditColumns.update_columns()
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).
It currently looks like lyse will crash if shots resulting in a dataframe with N > 2 levels (as in multiindex levels) are added, deleted, and then shots with fewer than N levels are added. This should be tested. If it needs to be fixed it will affect
DataFrameModel.update_row()
andEditColumns.update_columns()
The text was updated successfully, but these errors were encountered: