Skip to content

Commit

Permalink
Merge pull request #162 from Pressio/fix_grad_test
Browse files Browse the repository at this point in the history
fix loop
  • Loading branch information
fnrizzi committed Sep 17, 2023
2 parents 7f7a555 + ea2ae56 commit 6d6f401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_cpp/gradients/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ int main()
// which, indeed, yields higher error.

std::vector<bool> flags;
for (auto ss : {3}){//,5,7}){
for (auto ss : {3,5,7}){
flags.push_back(test_driver_A(goldData, "fullmesh", ss));
flags.push_back(test_driver_A(goldData, "samplemesh", ss));

Expand Down

0 comments on commit 6d6f401

Please sign in to comment.