You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Send both columns in a single call.rr.send_columns(
"scalars",
times=[rr.TimeSequenceColumn("step", times)],
components=[rr.components.ScalarBatch(scalars)],
)
PhaseRerun need a new method to_rerun_cols or a new arg in to_rerun.
This would require to gather first and then display. instead of compute, display, compute, diplay, etc...
The text was updated successfully, but these errors were encountered:
use this rerun commands :
PhaseRerun
need a new methodto_rerun_cols
or a new arg into_rerun
.This would require to gather first and then display. instead of compute, display, compute, diplay, etc...
The text was updated successfully, but these errors were encountered: