Skip to content

Commit 60d8511

Browse files
committed
fix
1 parent 27d942a commit 60d8511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ z = SymbolicControlSystems.z
66
import Symbolics
77
import Symbolics: Num
88
using LinearAlgebra
9-
Base.active_repl.options.hint_tab_completes = false # This messes with sympy https://discourse.julialang.org/t/sympy-makes-repl-to-stuck/124814/6
9+
isinteractive() && (Base.active_repl.options.hint_tab_completes = false) # This messes with sympy https://discourse.julialang.org/t/sympy-makes-repl-to-stuck/124814/6
1010

1111

1212
macro test_both(G,sym)

0 commit comments

Comments
 (0)