FIX: Revert back to intel

Seems like Intel and M1 compute this one differently
This commit is contained in:
Nicolas Hatcher
2024-02-20 15:34:38 +01:00
parent ab2f1f10fc
commit d2bab6608b

View File

@@ -79,7 +79,7 @@ fn fn_imcos() {
model.evaluate();
assert_eq!(model._get_text("A1"), "-6.58066304055116+7.58155274274655i");
assert_eq!(model._get_text("A1"), "-6.58066304055116+7.58155274274654i");
}
#[test]