Skip to content

Commit

Permalink
unused variable removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 6, 2024
1 parent 790e359 commit 756fda1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion precog/validators/weight_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __init__(self, config=None, loop=None):
self.prediction_interval = self.config.prediction_interval # in minutes
self.N_TIMEPOINTS = self.config.N_TIMEPOINTS # number of timepoints to predict
self.hyperparameters = func_with_retry(self.subtensor.get_subnet_hyperparameters, netuid=self.config.netuid)
self.last_sync = 0
self.resync_metagraph_rate = 600 # in seconds
bt.logging.info(
f"Running validator for subnet: {self.config.netuid} on network: {self.config.subtensor.network}"
Expand Down

0 comments on commit 756fda1

Please sign in to comment.