Indexing improvements
This commit is contained in:
@@ -86,14 +86,13 @@ TEST_CASE("FastFeedbackIndexer","[Indexing]") {
|
||||
IndexerWrapper wrapper;
|
||||
|
||||
wrapper.Setup(c);
|
||||
auto ret = wrapper.Run(recip);
|
||||
auto ret = wrapper.Run(recip, 0.05f);
|
||||
REQUIRE(!ret.empty());
|
||||
|
||||
//auto uc = ret[0].GetUnitCell();
|
||||
//REQUIRE(c.a == Approx(uc.a));
|
||||
//REQUIRE(c.b == Approx(uc.b));
|
||||
//REQUIRE(c.c == Approx(uc.c));
|
||||
REQUIRE(ret[0].indexed_spots_count == recip.size());
|
||||
|
||||
double err[3] = {0.0, 0.0, 0.0};
|
||||
for (const auto &iter: recip) {
|
||||
|
||||
Reference in New Issue
Block a user