Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 2, 2024
1 parent 276cfcf commit 793849e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validators/weight_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ async def perform_synthetic_scoring_and_update_weights(self):
uid_to_scores = await self.process_modality(selected_validator, available_uids)
if uid_to_scores is None:
bt.logging.info("We don't score this time.")
await asyncio.sleep(1)
continue

for uid, score in uid_to_scores.items():
Expand Down

0 comments on commit 793849e

Please sign in to comment.