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 f8ddc26 commit 1d08f3bCopy full SHA for 1d08f3b
src/integration.jl
@@ -25,7 +25,7 @@ function integrate(
25
tolerance=1e-8,
26
GKorder::Int=15
27
) where {ValueType}
28
- if iseven(order)
+ if iseven(GKorder)
29
error("Gauss--Kronrod order must be odd, e.g. 15 or 61.")
30
end
31
test/runtests.jl
@@ -1,7 +1,6 @@
1
import TensorCrossInterpolation as TCI
2
using Test
3
using LinearAlgebra
4
-import ITensors
5
6
include("test_with_aqua.jl")
7
include("test_with_jet.jl")
0 commit comments