diff options
author | Nick White <git@njw.name> | 2020-02-20 12:33:37 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-02-20 12:33:37 +0000 |
commit | f4b09a79aee43a52b0c2fc04d32eb1032dfe5804 (patch) | |
tree | daf9f6646b10e7775333625fa8d131a513e9a99c | |
parent | 699634be83582c47075db8520ab262669990a325 (diff) |
Update wipesides test
-rw-r--r-- | testdata/pg2_integralwipesides_t0.05_w5.png | bin | 14546 -> 21695 bytes | |||
-rw-r--r-- | wipesides_test.go | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testdata/pg2_integralwipesides_t0.05_w5.png b/testdata/pg2_integralwipesides_t0.05_w5.png Binary files differindex 50df855..3a0452f 100644 --- a/testdata/pg2_integralwipesides_t0.05_w5.png +++ b/testdata/pg2_integralwipesides_t0.05_w5.png diff --git a/wipesides_test.go b/wipesides_test.go index d5464e0..6f16bda 100644 --- a/wipesides_test.go +++ b/wipesides_test.go @@ -33,7 +33,7 @@ func TestWipeSides(t *testing.T) { if err != nil { t.Fatalf("Could not open file %s: %v\n", c.orig, err) } - actual = Wipe(orig, c.wsize, c.thresh) + actual = Wipe(orig, c.wsize, c.thresh, 30) if *update { f, err := os.Create(c.golden) defer f.Close() |