Compare commits

...

1 Commits

Author SHA1 Message Date
a06ee68f07 [Pipelining]
Minor logging fix

It does make the logging wider but its better than having the lines
interspersed with unrelated lines due to mixed use of print and logging.

[ghstack-poisoned]
2025-11-12 11:55:40 -08:00

View File

@ -2216,9 +2216,7 @@ BACKWARD_INPUT, BACKWARD_WEIGHT, and OVERLAP_F_B are supported."
time_step,
action,
)
# TODO(whc) what is the best practice for printing a multiline log?
# logger will split it into multiple log lines, but this makes it hard to read (too wide)
print(
logger.error(
_format_pipeline_order(
self.pipeline_order_with_comms, # type: ignore[arg-type]
error_step_number=time_step,