Expand description
Edge Case and Robustness Testing
Tests model behavior on edge cases: NaN, Inf, empty inputs, max-size tensors, zero vectors, etc.
§Toyota Way Alignment
- Poka-yoke: Prevent errors through comprehensive edge case testing
Modules§
- numerical
- Numerical stability tests
Structs§
- Edge
Case Config - Edge case test configuration
- Edge
Case Result - Result of an edge case test
Enums§
- Edge
Case Behavior - Expected behavior for edge cases
Functions§
- run_
edge_ case_ tests - Run all edge case tests
- test_
empty_ handling - Test if a function handles empty inputs gracefully
- test_
inf_ handling - Test if a function handles Infinity inputs gracefully
- test_
nan_ handling - Test if a function handles NaN inputs gracefully
- test_
zero_ handling - Test if a function handles zero vectors gracefully