Skip to content

Commit

Permalink
🩹 patch test
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
  • Loading branch information
burgholzer committed Jul 27, 2023
1 parent da32f67 commit 2a2800f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dd/test_package.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ TEST(DDPackageTest, NearZeroNormalize) {
auto meNormalizedCached = dd->normalize(me, true);
EXPECT_EQ(meNormalizedCached, dd::mEdge::zero);

me.p = dd->mMemoryManager.get();
for (auto& edge : me.p->e) {
edge.p = dd->mMemoryManager.get();
edge.p->v = 0;
Expand Down

0 comments on commit 2a2800f

Please sign in to comment.