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
There should only ever be one primary flight for a given date, but data errors can result in more than one (see #149). We should add a check for this that blocks the addition of multiple primary flights and throws an error, probably in combine_birds_site_year.py by creating storing the dates in a separate list in the for loop (in addition to adding them to eventdf) and checking the resulting list for duplicates.
The text was updated successfully, but these errors were encountered:
There should only ever be one primary flight for a given date, but data errors can result in more than one (see #149). We should add a check for this that blocks the addition of multiple primary flights and throws an error, probably in
combine_birds_site_year.py
by creating storing the dates in a separate list in the for loop (in addition to adding them toeventdf
) and checking the resulting list for duplicates.The text was updated successfully, but these errors were encountered: