Skip to content

Commit 262d19a

Browse files
all but unicode
1 parent 6f6c5f9 commit 262d19a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/ParameterizedFunctions.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
__precompile__(false)
2-
31
module ParameterizedFunctions
42

53
if haskey(ENV, "symengine_jl_safe_failure")

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,5 @@ end α=>0.5 β=2.0
153153
@test h(1.0,x,x) == l(1.0,x,x)
154154

155155
println("Make sure all of the problems in the problem library build")
156-
using DiffEqProblemLibrary
156+
#segfaults because of unicode
157+
#using DiffEqProblemLibrary

0 commit comments

Comments
 (0)