Skip to content

Commit 74ad339

Browse files
committed
add f32 after branch test
1 parent 47fc06f commit 74ad339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
x32 = 1e-6:0.01:50.0
2+
x32 = 1e-6:0.01:60.0
33
x64 = 1e-6:0.01:600.0
44
### Tests for besseli0
55
i032_SpecialFunctions = SpecialFunctions.besseli.(0, x32)

0 commit comments

Comments
 (0)