Skip to content

Commit

Permalink
simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
edma2 committed Jul 12, 2024
1 parent f02c5dd commit 964a174
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ func TestDownscale(t *testing.T) {
{scale: 1, bkt: "ø 1 1"},
{scale: 0, bkt: " 1 1"},
}, {
{scale: 1, bkt: "- 1 1"},
{scale: 1, bkt: " - 1 1 "},
{scale: 0, bkt: "- 1 1"},
}, {
{scale: 5, bkt: "- 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 3 0 0 0 0 0 0 8 0 0 0 0 0 6 0 0 0 0 0 6 0 0 0 0 5 0 0 0 5 0 0 0 2 0 0 0 5 0 0 7 0 0 0 4 0 5 0 0 4 0 0 3 0 3 0 0 8"},
{scale: 4, bkt: "- 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 5 0 0 0 0 0 5 0 0 0 3 0 0 8 0 0 6 0 0 6 0 0 5 0 5 0 2 0 5 7 0 4 5 0 4 3 3 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"},
{scale: 5, bkt: "- 4 0 3 0 3 0 0 8 "},
{scale: 4, bkt: "- 4 3 3 0 8 "},
}}

type B = expo.Buckets
Expand Down

0 comments on commit 964a174

Please sign in to comment.