Skip to content

Commit 158b599

Browse files
authored
Merge pull request #45 from tensor4all/restrict-jet-tests
updated JET test compatibility cutoff to julia 1.10
2 parents e42b599 + 3d214af commit 158b599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_with_jet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using JET
22
import TensorCrossInterpolation as TCI
33

44
@testset "JET" begin
5-
if VERSION v"1.9"
5+
if VERSION v"1.10"
66
JET.test_package(TCI; target_defined_modules=true)
77
end
88
end

0 commit comments

Comments
 (0)