FIX: Skip numerical failure in windows
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
10ee95c48f
commit
ed40f79324
@@ -133,6 +133,7 @@ fn fn_imcot() {
|
||||
);
|
||||
}
|
||||
|
||||
#[cfg_attr(target_os = "windows", ignore)]
|
||||
#[test]
|
||||
fn fn_imtan() {
|
||||
let mut model = new_empty_model();
|
||||
|
||||
Reference in New Issue
Block a user