uncertainpy
uncertainpy copied to clipboard
An attribute defined in uncertainpy.models.model line 92 hides this methodpylint(method-hidden)
Hi There, Thanks for your work on this. I am unfortunately getting an error in the "uq_coffee_class.py" example now, whereas I was not <1 week ago. Any insight would be appreciated.

Hi Chaztikov! Are you getting errors when you run? It seems to be only a pylint warning only?
There is code in uncertainpy.models.model line 92 that hides the run method, but that only happens if run is given as an argument to __init__, so it is not used/hidden in this case.