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
The PIDHandler introduced with #268 leaves the determination / setting of the algorithmType / algoID value to the user. This is quite error prone and we should make it easy / trivial to set a consistent & unique value here via the same tools. The easiest solution is probably to use some hash of the algorithm name.
This issue is mainly here for keeping track of this, as it was raised during the review of #268, but not yet implemented there.
The text was updated successfully, but these errors were encountered:
The PIDHandler introduced with #268 leaves the determination / setting of the
algorithmType
/algoID
value to the user. This is quite error prone and we should make it easy / trivial to set a consistent & unique value here via the same tools. The easiest solution is probably to use some hash of the algorithm name.This issue is mainly here for keeping track of this, as it was raised during the review of #268, but not yet implemented there.
The text was updated successfully, but these errors were encountered: