Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette authored Jul 26, 2024
1 parent c0d6388 commit c69b588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ end
@test column(transform(t, :y => [7,8,9]), :x) === column(t, :x)
@test t == tcopy

# seting or popping an index column causes copy
# setting or popping an index column causes copy
t2 = transform(t, :x => [9,8,7])
@test column(t2, :y) !== column(t, :y)
@test t == tcopy
Expand Down Expand Up @@ -1155,7 +1155,7 @@ end
end
@test t==NDSparse(Columns(a_1=[1], a_2=[2], c=[2]), Columns(d=[1]))

# signleton slices
# singleton slices
x=NDSparse(Columns(([1,2],)),Columns(([1,2],)))
@test_throws ErrorException mapslices(x,()) do slice
true
Expand Down

0 comments on commit c69b588

Please sign in to comment.