Skip to content

Commit

Permalink
cleanup: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasNeugebauer committed Nov 22, 2024
1 parent 3e913bc commit bb02cce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ async def test_unsynced_model_available__sync_successful(test_initialized_traine
trainer.training.image_data = []
trainer.has_new_model = True

print('\n\nnbegin training task', flush=True)
trainer._begin_training_task()
await assert_training_state(trainer.training, TrainerState.ConfusionMatrixSynced, timeout=1, interval=0.001)

Expand Down

0 comments on commit bb02cce

Please sign in to comment.