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
In #287 it was suggested passing the tag_serial_number from get_animals() to get_tags instead of having comma separated serial_tag_number values when there are multiple sensors per tag.
In #287 it was suggested passing the
tag_serial_number
fromget_animals()
toget_tags
instead of having comma separatedserial_tag_number
values when there are multiple sensors per tag.Example of comma seperated values:
However, you can't pass such a tag_serial_number to
get_tags()
directly at the moment:Because they are passed, and compared as strings, not vectors.
The text was updated successfully, but these errors were encountered: