Skip to content

Commit 1d08f3b

Browse files
committed
fixed tests
1 parent f8ddc26 commit 1d08f3b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/integration.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function integrate(
2525
tolerance=1e-8,
2626
GKorder::Int=15
2727
) where {ValueType}
28-
if iseven(order)
28+
if iseven(GKorder)
2929
error("Gauss--Kronrod order must be odd, e.g. 15 or 61.")
3030
end
3131

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import TensorCrossInterpolation as TCI
22
using Test
33
using LinearAlgebra
4-
import ITensors
54

65
include("test_with_aqua.jl")
76
include("test_with_jet.jl")

0 commit comments

Comments
 (0)