Fix `self.close` in case `_mock` argument used.
Closed this issue · 1 comments
basfroman commented
If we use _mock=True for create Subtensor instance (SubstrateInterface instance inside) then we get the error if we recreate the instance.
del in SubstrateInterface raise the error.
thewhaleking commented
Ty