Skip to content

Commit dd2b58d

Browse files
authored
Reduce a 50mb and 14mb test file to 224kb and 65kb. (#2337)
1 parent 97c4fc0 commit dd2b58d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Testing/ImageTests/ImageTests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ TEST(ImageTests, isoresampleDistanceTransformIsotropicTest) {
103103

104104
TEST(ImageTests, isoresampleDistanceTransformAnisotropicTest) {
105105
Image image(std::string(TEST_DATA_DIR) + "/binary-anisotropic-dt.nrrd");
106-
image.resample();
106+
image.resample(6.0);
107107
Image ground_truth(std::string(TEST_DATA_DIR) + "/binary-anisotropic-dt-isoresampled.nrrd");
108-
109108
ASSERT_TRUE(image.compare(ground_truth, true, 0.01));
110109
}
111110

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5e14989c502bb69beb45640f00ec41ef413925a828298b4558f3d9921941ad8f
3-
size 14120295
2+
oid sha256:65f97c3e9fdbc10b8bca046a632b41db47f5b5031fc8267d81e283c29d876d62
3+
size 64570
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:98d20012ddad5f4dbfe18fce58686bc1662f67edc817d73530fd41a3817aa3db
3-
size 57540974
2+
oid sha256:b0e78fd404ee0e8cfa1cf7be130ddbfa4ac7fb335a0260eccbff3ce7ee32d3dd
3+
size 224067

0 commit comments

Comments
 (0)