We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f0b69 commit 2235197Copy full SHA for 2235197
bittensor/utils/weight_utils.py
@@ -249,7 +249,7 @@ def process_weights_for_netuid(
249
logging.debug(f"subtensor: {subtensor}")
250
logging.debug(f"metagraph: {metagraph}")
251
252
- # Get latest metagraph from a chain if metagraph is None.
+ # Get latest metagraph from chain if metagraph is None.
253
if metagraph is None:
254
metagraph = subtensor.metagraph(netuid)
255
0 commit comments