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
rows with nan are identified before running remove_nutrient_overlap_TRI, which resets the index, then when rows with nan are removed, if they are too close to the end it throws a KeyError. If they are not too close to the end the wrong rows get dropped.
The text was updated successfully, but these errors were encountered: