Skip to content

Commit

Permalink
missed assignment in utils function
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 6, 2024
1 parent 855cd94 commit 790e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precog/utils/bittensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setup_bittensor_objects(self):

def print_info(self) -> None:
if self.config.neuron.type == "Validator":
weight_timing = self.set_weights_rate - self.blocks_since_last_update
weight_timing = self.hyperparameters.weights_rate_limit - self.blocks_since_last_update
if weight_timing <= 0:
weight_timing = "a few" # hashtag aesthetic af
log = (
Expand Down

0 comments on commit 790e359

Please sign in to comment.