Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed Nov 27, 2023
1 parent efbaa28 commit 5a69a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using Test
0.5*pairwise(Aitchison(), codacol₁)
@test D₁ D₂

# unordered categorical
# unordered categorical values
D = [
0.0 1.0 0.0 1.0
1.0 0.0 1.0 1.0
Expand All @@ -49,7 +49,7 @@ using Test
]
@test pairwise(TableDistance(), table₃) == pairwise(TableDistance(), table₄) == D

# ordered categorical
# ordered categorical values
D = [
0.0 1.0 0.0 2.0
1.0 0.0 1.0 1.0
Expand Down

0 comments on commit 5a69a22

Please sign in to comment.