mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
add conditional logic for GETAWAY test (#8923)
This commit is contained in:
committed by
greg landrum
parent
1b94273ba9
commit
5ed46eeb3b
@@ -21,7 +21,9 @@
|
||||
#include <GraphMol/Descriptors/PMI.h>
|
||||
#include <GraphMol/Descriptors/DCLV.h>
|
||||
#include <GraphMol/Descriptors/BCUT.h>
|
||||
#ifdef RDK_BUILD_DESCRIPTORS3D
|
||||
#include <GraphMol/Descriptors/GETAWAY.h>
|
||||
#endif
|
||||
|
||||
using namespace RDKit;
|
||||
|
||||
@@ -706,6 +708,7 @@ TEST_CASE(
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef RDK_BUILD_DESCRIPTORS3D
|
||||
TEST_CASE("Github #7264: GETAWAY descriptors are non-deterministic") {
|
||||
SECTION("as reported") {
|
||||
v2::SmilesParse::SmilesParserParams ps;
|
||||
@@ -727,4 +730,5 @@ TEST_CASE("Github #7264: GETAWAY descriptors are non-deterministic") {
|
||||
CHECK(res1[i] == res2[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user