We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc087c commit bef9c6bCopy full SHA for bef9c6b
test/CoreTest.cpp
@@ -300,7 +300,7 @@ TEST_CASE("custom_hierarchies", "[core]")
300
301
TEST_CASE("custom_hierarchies_no_rw", "[core]")
302
{
303
- std::string filePath = "../samples/custom_hierarchies.bp";
+ std::string filePath = "../samples/custom_hierarchies.json";
304
Series write(filePath, Access::CREATE);
305
write.setMeshesPath(std::vector<std::string>{".*/meshes/"});
306
write.iterations[0]["custom"]["hierarchy"];
0 commit comments