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
If you run the following a = gl.get_or_create_detector("det", "query") b = gl.get_or_create_detector("det+", "query")
then a and b will reference the same detector.
This is particularly perplexing if you use datetime to generate a unique name and the string representation ends with timezone information like +00:00
If you run the following
a = gl.get_or_create_detector("det", "query") b = gl.get_or_create_detector("det+", "query")
then a and b will reference the same detector.
This is particularly perplexing if you use datetime to generate a unique name and the string representation ends with timezone information like +00:00
Related to the TODO at
python-sdk/src/groundlight/internalapi.py
Line 231 in dfd0a17
The text was updated successfully, but these errors were encountered: