arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

repr on ScatteredHyperphere reports UniformHypersphere #98

Closed jgosmann closed 7 years ago

jgosmann commented 7 years ago
from nengolib.stats import sphere, ball

print(repr(ball))
print(repr(sphere))

will print UniformHypersphere() and UniformHypersphere(surface=True) even though both are instances of ScatteredHypersphere.