Skip to content

Commit 2bc49bc

Browse files
hughperkinsMilotrince
authored andcommitted
[MISC] Flush benchmarking results (Genesis-Embodied-AI#1333)
1 parent f69e44e commit 2bc49bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rigid_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def stream_writers(backend, printer_session):
237237
report_path.unlink()
238238
fd = open(report_path, "w")
239239

240-
yield (lambda msg: print(msg, file=fd), printer_session)
240+
yield (lambda msg: print(msg, file=fd, flush=True), printer_session)
241241

242242
fd.close()
243243

0 commit comments

Comments
 (0)