Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 13bd5cb

Browse files
Relax allocation test (#530)
* Test on Julia 1.8 to check whether Transform tests pass * Relax allocation test * Revert "Test on Julia 1.8 to check whether Transform tests pass" This reverts commit 84caa3d. * Bump version
1 parent 16a9828 commit 13bd5cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Project.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "KernelFunctions"
22
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
3-
version = "0.10.61"
3+
version = "0.10.62"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

‎test/test_utils.jl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function test_zygote_perf_heuristic(
384384
@test_broken fwd[1] == fwd[2]
385385
end
386386
if passes[3]
387-
@test pb[1] == pb[2]
387+
@test abs(pb[1] - pb[2]) 1
388388
else
389389
@test_broken pb[1] == pb[2]
390390
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /