You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MockSubtensor.neurons_lite calls neuron_for_uid_lite which does not actually exist:
File "/home/clu/.venv/bt/lib/python3.10/site-packages/bittensor/core/metagraph.py", line 572, in sync
self._assign_neurons(block, lite, subtensor)
File "/home/clu/.venv/bt/lib/python3.10/site-packages/bittensor/core/metagraph.py", line 630, in _assign_neurons
self.neurons = subtensor.neurons_lite(block=block, netuid=self.netuid)
File "/home/clu/.venv/bt/lib/python3.10/site-packages/bittensor/utils/mock/subtensor_mock.py", line 828, in neurons_lite
neuron_info = self.neuron_for_uid_lite(uid, netuid, block)
To Reproduce
Call neurons_lite in MockSubtensor.
Expected behavior
should work
Screenshots
No response
Environment
Ubuntu Linux 24.04.1 LTS
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
MockSubtensor.neurons_lite
callsneuron_for_uid_lite
which does not actually exist:To Reproduce
Call
neurons_lite
inMockSubtensor
.Expected behavior
should work
Screenshots
No response
Environment
Ubuntu Linux 24.04.1 LTS
Additional context
No response
The text was updated successfully, but these errors were encountered: