Skip to content

Commit

Permalink
Bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed May 14, 2024
1 parent c5a3da0 commit f473a31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ end
@test NaturalNeighbours.ndata([1, 2, 3]) == 3
@test NaturalNeighbours.ndata([1 2 3 4 5; 2 3 4 5 6]) == 5

@test NaturalNeighbours.initvec(NTuple{2,Float64}, [1, 2, 3])
@test NaturalNeighbours.initvec(NTuple{2,Float64}, [1 2 3 4 5; 2 3 4 5 6])

@test NaturalNeighbours._zero(Float64) == 0.0
@test NaturalNeighbours._zero(NTuple{2,Float64}) == (0.0, 0.0)
A = [1.0, 2.0, 3.0]
Expand Down

0 comments on commit f473a31

Please sign in to comment.