Skip to content

Commit

Permalink
#32: restore saving PNGs in test_render
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent e7723a8 commit b27769b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/render/test_render.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ class RenderTest :public ::testing::TestWithParam<std::string> {
config["output"]["file_stem"].as<std::string>(),
1.0,
config["viz"]["save_meshes"].as<bool>(),
// TODO: find why savePNG is generating segfault only from googletests run
false,
config["viz"]["save_pngs"].as<bool>(),
// config["viz"]["save_pngs"].as<bool>(),
std::numeric_limits<PhaseType>::max()
);
Expand Down

0 comments on commit b27769b

Please sign in to comment.