should I worry about python warnings in the console?
Hi,
I've noticed the following warning:
var_store.py:241: UserWarning: var var is stored as attribute of item experiment% (var, self.__item__.name))
Should I worry or can I safely ignore it?
Hi,
I've noticed the following warning:
var_store.py:241: UserWarning: var var is stored as attribute of item experiment% (var, self.__item__.name))
Should I worry or can I safely ignore it?
Comments
Hi Bruno,
No, those are harmless!
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thanks!