We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681f1d6 commit a1b663dCopy full SHA for a1b663d
neurons/validator.py
@@ -294,7 +294,7 @@ async def update_job(self, job: Job):
294
logger.info(f"event information: {job.event['reason']}, {job.event['uids']}")
295
for uid, reason in zip(job.event["uids"], job.event["reason"]):
296
if reason == "state-checkpoint":
297
- logger.warning(f"----------- Setting uid {uid} score to zero, State-checkpoint check failed. -----------")
+ logger.warning(f"Setting uid {uid} score to zero, State-checkpoint check failed.")
298
self.scores[uid] = 0
299
300
best_index = np.argmin(energies)
0 commit comments