Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvm committed Jan 9, 2024
1 parent 4a6ca38 commit 1600f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alg_req = Dict(
# VEGAS() => (nout = 1, allows_batch = true, min_dim = 2, max_dim = Inf,
# allows_iip = true),
VEGASMC() => (nout = Inf, allows_batch = false, min_dim = 1, max_dim = Inf,
allows_iip = true)
allows_iip = true),
CubatureJLh() => (nout = Inf, allows_batch = true, min_dim = 1,
max_dim = Inf, allows_iip = true),
CubatureJLp() => (nout = Inf, allows_batch = true, min_dim = 1,
Expand Down

0 comments on commit 1600f33

Please sign in to comment.