unibe-cns / NEAT

NEAT (NEural Analysis Toolkit)
Other
12 stars 15 forks source link

Missing docstrings on website #83

Closed WillemWybo closed 4 years ago

WillemWybo commented 4 years ago

e.g. of GreensTree.setImpedance

benelot commented 4 years ago

On master is no docstring for setImpedance?

benelot commented 4 years ago

https://github.com/unibe-cns/NEAT/blob/master/neat/trees/greenstree.py

WillemWybo commented 4 years ago

Line 271. Note that this is on the website that I build locally on my machine (on the public one all docstrings are missing)

benelot commented 4 years ago

Hmm weird, yesterday, it had no docstring!

benelot commented 4 years ago

Ok, weird, I will look into it.

WillemWybo commented 4 years ago

There might be other functions with a similar name. For instance _setImpedance() has no docstring.

benelot commented 4 years ago

That was probably the one I saw.

benelot commented 4 years ago

Duplicate of #86. I will close this for now, and fix it together with #86 . Please reopen if the problem persists after fixing the other one.

WillemWybo commented 4 years ago

Are you sure #86 and #83 they have the same cause?

benelot commented 4 years ago

I am now sure that it does not have the same cause.