FIX: Skip numerical failure in windows

This commit is contained in:
Elsa Minsut
2025-11-08 17:45:38 +01:00
committed by Nicolás Hatcher Andrés
parent 10ee95c48f
commit ed40f79324

View File

@@ -133,6 +133,7 @@ fn fn_imcot() {
);
}
#[cfg_attr(target_os = "windows", ignore)]
#[test]
fn fn_imtan() {
let mut model = new_empty_model();