Skip to content

Commit

Permalink
one should always run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luro02 committed Dec 14, 2024
1 parent 640765f commit 1e50e42
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ private static Annotation makeAnnotation() {
" 1 | 1 | 0.5 | 3 | -0.5 | true ",
" 1 | 1 | 0.5 | 4 | -0.5 | true ",
//
" 2 | 1 | 0.5 | 1 | 0.0 | false ",
" 2 | 1 | 0.5 | 1 | -0.0 | false ",
" 2 | 1 | 0.5 | 2 | -0.5 | false ",
" 2 | 1 | 0.5 | 3 | -0.5 | true ",
" 2 | 1 | 0.5 | 4 | -0.5 | true ",
//
" 2 | 3 | 0.5 | 1 | 0.0 | false ",
" 2 | 3 | 0.5 | 1 | -0.0 | false ",
" 2 | 3 | 0.5 | 2 | -0.5 | false ",
" 2 | 3 | 0.5 | 3 | -0.5 | false ",
" 2 | 3 | 0.5 | 4 | -1.0 | false ",
Expand All @@ -43,10 +43,10 @@ private static Annotation makeAnnotation() {
" 2 | 3 | 0.5 | 7 | -1.5 | true ",
" 2 | 3 | 0.5 | 8 | -1.5 | true ",
//
" 5 | 2 | 0.5 | 1 | 0.0 | false ",
" 5 | 2 | 0.5 | 2 | 0.0 | false ",
" 5 | 2 | 0.5 | 3 | 0.0 | false ",
" 5 | 2 | 0.5 | 4 | 0.0 | false ",
" 5 | 2 | 0.5 | 1 | -0.0 | false ",
" 5 | 2 | 0.5 | 2 | -0.0 | false ",
" 5 | 2 | 0.5 | 3 | -0.0 | false ",
" 5 | 2 | 0.5 | 4 | -0.0 | false ",
" 5 | 2 | 0.5 | 5 | -0.5 | false ",
" 5 | 2 | 0.5 | 6 | -0.5 | false ",
" 5 | 2 | 0.5 | 7 | -0.5 | false ",
Expand Down

0 comments on commit 1e50e42

Please sign in to comment.