uncertainpy icon indicating copy to clipboard operation
uncertainpy copied to clipboard

An attribute defined in uncertainpy.models.model line 92 hides this methodpylint(method-hidden)

Open Chaztikov opened this issue 5 years ago • 1 comments

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.

image

Chaztikov avatar Mar 25 '20 23:03 Chaztikov

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.

simetenn avatar Apr 16 '20 05:04 simetenn