Skip to content

Commit

Permalink
Fix test because of recent init changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuscu committed Oct 6, 2024
1 parent 80eb4c0 commit bdecbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodegraph/tests/common/NodeGraphBatchingTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TEST(NodeGraphBatching, Simple) {

auto output = &group.GetOutput(0, 8);

TEST_FUZZY(0.012347f, output[7], 0.0001f, "");
TEST_FUZZY(0.024892f, output[7], 0.0001f, "");

return 0;
}
Expand Down

0 comments on commit bdecbce

Please sign in to comment.