We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd9c51 commit 6b9dd34Copy full SHA for 6b9dd34
1 file changed
test/lower_level_api.jl
@@ -56,7 +56,7 @@ gpu_probs = adapt(backend, probs)
56
57
## Finally use the lower API for faster solves! (Fixed time-stepping)
58
59
-algs = (GPUTsit5(), GPUVern7(), GPUVern9(), GPURosenbrock23(), GPURodas3(), GPURodas4(), GPURodas42(),)
+algs = (GPUTsit5(), GPUVern7(), GPUVern9(), GPURosenbrock23(), GPURodas3(), GPURodas4(), GPURodas42())
60
61
for alg in algs
62
@info alg
0 commit comments