Skip to content

trace: Drop NaNs from CPU active signal in getClusterActiveSignal

Darryl Green requested to merge github/fork/bjackman/trace-drop-nan into master

Created by: bjackman

Some CPUs' active signals may begin earlier than others. In that case, despite the fillna, we may still have NaNs, which break the reduce() call. Therefore just drop rows with NaNs.

Merge request reports