ChrisWilson commited on
Commit
8365907
·
verified ·
1 Parent(s): b8c0a50

Update weights.py

Browse files
Files changed (1) hide show
  1. weights.py +2 -2
weights.py CHANGED
@@ -21,8 +21,8 @@ def get_miner_uids(metagraph: bt.metagraph) -> list:
21
 
22
 
23
  def validator_info():
24
- metagraph = subtensor.metagraph(netuid = 10)
25
- all_weights = subtensor.weights(netuid=10)
26
  axons = metagraph.axons
27
  weight_list = []
28
  for validator_uid, weights in all_weights:
 
21
 
22
 
23
  def validator_info():
24
+ metagraph = subtensor.metagraph(netuid = 6)
25
+ all_weights = subtensor.weights(netuid=6)
26
  axons = metagraph.axons
27
  weight_list = []
28
  for validator_uid, weights in all_weights: