mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-20 12:28:42 +01:00
fixed parsing of dynamic range
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user