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
Due to the vectorization of element.length, some of the pruning functions implemented for Segment currently fail for vectorized lattices. I've encountered this issue for without_inactive_zero_length_elements, resulting in a crash at
Due to the vectorization of
element.length
, some of the pruning functions implemented forSegment
currently fail for vectorized lattices. I've encountered this issue forwithout_inactive_zero_length_elements
, resulting in a crash atcheetah/cheetah/accelerator/segment.py
Line 173 in 440850f
inactive_elements_as_drifts
fails for the same reason.The text was updated successfully, but these errors were encountered: