Skip to content

Commit 42a779b

Browse files
committed
increase test range for bessj,i
1 parent bd65693 commit 42a779b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/besseli_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# general array for testing input to SpecialFunctions.jl
2-
x = 0.01:0.01:10.0
2+
x = 1e-6:0.01:50.0
33

44
### Tests for besseli0
55
i0_SpecialFunctions = SpecialFunctions.besseli.(0, x)

test/besselk_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# general array for testing input to SpecialFunctions.jl
2-
x = 0.01:0.01:10.0
2+
x = 1e-5:0.01:50.0
33

44
### Tests for besselk0
55
k0_SpecialFunctions = SpecialFunctions.besselk.(0, x)

0 commit comments

Comments
 (0)