Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 6, 2024
1 parent 2908dea commit 855cd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precog/validators/weight_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, config=None, loop=None):
self.timezone = timezone("UTC")
self.prediction_interval = self.config.prediction_interval # in minutes
self.N_TIMEPOINTS = self.config.N_TIMEPOINTS # number of timepoints to predict
self.hyperparams = func_with_retry(self.subtensor.get_subnet_hyperparameters, netuid=self.config.netuid)
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(
Expand Down

0 comments on commit 855cd94

Please sign in to comment.