fixed parsing of dynamic range

This commit is contained in:
froejdh_e
2026-01-19 15:20:37 +01:00
parent c0357e2020
commit dceda21496
3 changed files with 11 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ TEST_CASE("check find_geometry", "[.with-data]") {
TEST_CASE("Open multi module file with ROI", "[.with-data]") {
auto fpath = test_data_path() / "raw/SingleChipROI/Data_master_0.json";
auto fpath = test_data_path() / "raw/ROITestData/SingleChipROI/Data_master_0.json";
REQUIRE(std::filesystem::exists(fpath));
RawFile f(fpath, "r");