Skip to content

Commit e244d16

Browse files
author
Michael McLeod
committed
Correct PURIFY_H5 flag
1 parent 8e2b959 commit e244d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tests/algo_factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ TEST_CASE("fb_factory") {
186186
CHECK(mse <= average_intensity * 1e-3);
187187
}
188188

189-
#ifdef PURIFY_HD5
189+
#ifdef PURIFY_H5
190190
TEST_CASE("fb_factory_stochastic") {
191191
const std::string &test_dir = "expected/fb/";
192192
const std::string &input_data_path = data_filename(test_dir + "input_data.vis");

0 commit comments

Comments
 (0)