Skip to main content

test_empty_handling

Function test_empty_handling 

Source
pub fn test_empty_handling<F>(predict: F) -> EdgeCaseResult
where F: Fn(&[f32]) -> Result<Vec<f32>, String>,
Expand description

Test if a function handles empty inputs gracefully