From 790e359113020d6ca8ded2c5bfc47c90a3c17158 Mon Sep 17 00:00:00 2001 From: hscott Date: Fri, 6 Dec 2024 13:08:42 -0500 Subject: [PATCH] missed assignment in utils function --- precog/utils/bittensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precog/utils/bittensor.py b/precog/utils/bittensor.py index 844ff70..890e390 100644 --- a/precog/utils/bittensor.py +++ b/precog/utils/bittensor.py @@ -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 = (