Closed DarioS closed 5 years ago
Thanks Dario for reporting the issue. My unit tests should be more robust. :sweat_smile:
This should be ported to the release version of the package because it's a bug and not a new feature.
Yes, I'm in the process of doing that. Thanks
Oh, good. I saw the issue was closed but there were no recent modifications to the release branch, so I thought there would never be.
Although the first parameter is
id_vector
,UUIDtoBarcode
seems to be just taking the first element and ignoring all others because the result has only one row.Aliquot IDs other than the first are valid and return an answer if they are the only element of
id_vector
.I thought about putting
UUIDtoBarcode
into a loop and passing one ID each time, but the API might block my requests if hundreds were made at the same time. A similar problem has been reported before #24