We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5aecd commit e0e623eCopy full SHA for e0e623e
evaluation_script/main.py
@@ -8,7 +8,7 @@
8
9
def evaluate(test_annotation_file, user_submission_file, phase_codename, **kwargs):
10
print("\n" + "=" * 80)
11
- print(f"🔁 Evaluating submission with ID: {kwargs['submission_metadata']['id']}")
+ print(f"Evaluating submission with ID: {kwargs['submission_metadata']['id']}")
12
print("=" * 80 + "\n")
13
sys.stdout.flush()
14
0 commit comments