You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test fails on OSX >= 10.10 (Xcode7, clang) in line 1856:
CHECK(Option::USE_FINE_PENALTY).
Attempts to track the problem down pointed out that for the structure used in this subtest
(AssignBondOrderProcessor_test_AMPTRB10_kek_sol0.mol2),
USE_FINE_PENALTY=true yields the same results on all systems, however,
setting USE_FINE_PENALTY=false yields different results on Linux and OSX.
I attached a small TOOL snippet that can be used to reproduce the problem: BOA_test.C.zip
The molecule file is located in <BALL_root>/source/TEST/data/
The text was updated successfully, but these errors were encountered:
Reset of AssignBondOrderProcessor_test2 (former AssignBondOrderProcessor_test)
to parent of commit 0eb2ae8.
The two follow up commits doesn't help to solve the errors described in issue #576
and introduced even more failing subtests that probably haven't been tested properly.
Reset of AssignBondOrderProcessor_test2 (former AssignBondOrderProcessor_test)
to parent of commit 0eb2ae8.
The two follow up commits doesn't help to solve the errors described in issue #576
and introduced even more failing subtests that probably haven't been tested properly.
The test fails on OSX >= 10.10 (Xcode7, clang) in line 1856:
CHECK(Option::USE_FINE_PENALTY).
Attempts to track the problem down pointed out that for the structure used in this subtest
(AssignBondOrderProcessor_test_AMPTRB10_kek_sol0.mol2),
USE_FINE_PENALTY=true yields the same results on all systems, however,
setting USE_FINE_PENALTY=false yields different results on Linux and OSX.
I attached a small TOOL snippet that can be used to reproduce the problem:
BOA_test.C.zip
The molecule file is located in <BALL_root>/source/TEST/data/
The text was updated successfully, but these errors were encountered: