gRPC: Mask application during conversion is part of internal settings and is not part of easy accessible settings (to ensure it is always applied)
This commit is contained in:
@@ -736,7 +736,6 @@ TEST_CASE("DiffractionExperiment_LoadDatasetSettings", "[DiffractionExperiment]"
|
||||
settings.set_data_file_count(5);
|
||||
settings.set_space_group_number(45);
|
||||
settings.set_sample_name("lyso1");
|
||||
settings.set_debug_pixel_mask(false);
|
||||
settings.set_binning2x2(true);
|
||||
|
||||
REQUIRE_NOTHROW(x.LoadDatasetSettings(settings));
|
||||
@@ -750,7 +749,6 @@ TEST_CASE("DiffractionExperiment_LoadDatasetSettings", "[DiffractionExperiment]"
|
||||
REQUIRE(x.GetSampleName() == "lyso1");
|
||||
REQUIRE(x.GetDataFileCount() == 5);
|
||||
REQUIRE(x.GetDetectorDistance_mm() == Approx(57.6));
|
||||
REQUIRE(x.GetApplyPixelMaskInFPGA());
|
||||
REQUIRE(x.GetBinning2x2());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user