Here is the failing test from that output (ctest does not make this as easy
as it could be):
76: FAIL: test_timeout (__main__.TestTimeout)
76: ----------------------------------------------------------------------
76: Traceback (most recent call last):
76: File "UnitTestMCS.py", line 263, in test_timeout
76: self.assertTrue(t2-t1 < 0.5, t2-t1)
76: AssertionError: 0.593647956848
76:
76: ----------------------------------------------------------------------
76: Ran 42 tests in 3.744s
76:
76: FAILED (failures=1)
The error occurs due to a timeout in the mcs code; given that the raspberry
pi is "somewhat" underpowered, this isn't that much of a surprise. I will
try to figure out if it is possible to make that test more robust, but in
the meantime I think your build is probably fine.
-greg
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss