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 5c7ae3d commit 7eda0feCopy full SHA for 7eda0fe
Project.toml
@@ -1,7 +1,7 @@
1
name = "DynamicExpressions"
2
uuid = "a40a106e-89c9-4ca8-8020-a735e8728b6b"
3
authors = ["MilesCranmer <miles.cranmer@gmail.com>"]
4
-version = "0.18.0-alpha"
+version = "0.18.0-alpha.1"
5
6
[deps]
7
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
test/runtests.jl
@@ -11,7 +11,7 @@ if test_name == "enzyme"
11
elseif test_name == "jet"
12
@safetestset "JET" begin
13
using Preferences
14
- set_preferences!("DynamicExpressions", "instability_check" => "disable")
+ set_preferences!("DynamicExpressions", "instability_check" => "disable"; force=true)
15
using JET
16
using DynamicExpressions
17
if VERSION >= v"1.10"
0 commit comments