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
This creates spurious messages about duplicate annotids when the sparse_code csv contains multiple rows without annotid.
Minimally: break before tmp = old_df[old_df[annotid_col] == annot_id] in blabpy.seedlings.merge if annotid is missing.
Better: rewrite the whole thing as a join.
The text was updated successfully, but these errors were encountered:
This creates spurious messages about duplicate annotids when the sparse_code csv contains multiple rows without annotid.
Minimally: break before
tmp = old_df[old_df[annotid_col] == annot_id]
inblabpy.seedlings.merge
if annotid is missing.Better: rewrite the whole thing as a join.
The text was updated successfully, but these errors were encountered: