Skip to content

Commit ab0213d

Browse files
hughperkinschris-la-humalab
authored andcommitted
[MISC] Flush benchmarking results (Genesis-Embodied-AI#1333)
1 parent e0e7a04 commit ab0213d

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)