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
#80 introduced a huge bug where the information from the mother columns is not read out correctly.
(Since pandas is indexing with the dataframe index, where I intend to index with the integer index.)
All previous versions work fine.
Working on the fix right now, also adding a test case to catch this.
The text was updated successfully, but these errors were encountered:
#80 introduced a huge bug where the information from the mother columns is not read out correctly.
(Since
pandas
is indexing with the dataframe index, where I intend to index with the integer index.)All previous versions work fine.
Working on the fix right now, also adding a test case to catch this.
The text was updated successfully, but these errors were encountered: