fix `VMC.info()` error
Created by: mmezic
Solves #983 (closed) by renaming self.sr
to self.preconditioner
.
Also fixes an error in the function info(obj, depth=None)
when obj
has an attribute info
which is not a method.
Created by: mmezic
Solves #983 (closed) by renaming self.sr
to self.preconditioner
.
Also fixes an error in the function info(obj, depth=None)
when obj
has an attribute info
which is not a method.