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
fix: replace unwrap() with safe handling in tensor Display impl
- Use unwrap_or(0) for empty iterator in max() to avoid panic on empty tensors
- Use ok_or(std::fmt::Error)? for split_once('e') to propagate errors properly
Fixes#801
0 commit comments