simetenn / uncertainpy

Uncertainpy: a Python toolbox for uncertainty quantification and sensitivity analysis, tailored towards computational neuroscience.
http://uncertainpy.readthedocs.io
GNU General Public License v3.0
220 stars 50 forks source link

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

Open Chaztikov opened 4 years ago

Chaztikov commented 4 years ago

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

simetenn commented 4 years ago

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.