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
Hey, thank you for highlighting this!! I checked the logs for the unit test coverage and found no unit testing/coverage on that file. I'm not sure if this should use .loc or .iloc. This is the line in question
replacement with .loc eliminates the error. Unfortunately, I can't commit to further debugging or testing for this. To reproduce you can define a universe object that contains water molecules, and try u.molecule.classify(('H(2)O(1)','water',True))
Old .ix method needs to be replaced with .loc or .iloc
The text was updated successfully, but these errors were encountered: