Hi, I installed numpy with MKL and found that the unit tests fail. In particular, I get the error message
FAIL: test_special_values (test_umath_complex.TestClog) It says that this is a "known failure," specifically KNOWNFAIL=4. Is this ok? I saw from Googling that "The test failure indicates that your platform has a non-C99 compliant implementation of clog. Not fatal, but the test should be marked as a known failure on the platform." I'm not sure what this means. Would it be safer for my work to use a package w/o MKL that passes the tests? I'm currently benchmarking to see what the slowdown would really be. Jonathan Tu _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
