Skip to content

Commit c07761d

Browse files
committed
finally
1 parent 3381a57 commit c07761d

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
1212
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1313

1414
[compat]
15-
Conda = "1"
1615
DataDrivenDiffEq = "0.8"
1716
DataStructures = "0.18"
1817
PyCall = "1"
@@ -22,10 +21,9 @@ SymPy = "1"
2221
julia = "1.6"
2322

2423
[extras]
25-
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
2624
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
2725
SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
2826
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2927

3028
[targets]
31-
test = ["Conda", "PyCall", "SymPy", "Test"]
29+
test = ["PyCall", "SymPy", "Test"]

test/runtests.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ using SymbolicUtils
55
using SymbolicUtils.Rewriters
66

77
using Test
8-
using PyCall # , Conda
9-
# Conda.pip_interop(true)
10-
# Conda.pip("install", "sympy")
11-
# ENV["PYTHON"]=""
12-
using SymPy
8+
using PyCall, SymPy
139

1410

1511
include("axiom.jl")
@@ -236,5 +232,5 @@ end
236232

237233
@testset "integral" begin
238234
n = test_integrals(; symbolic=false, verbose=false, homotopy=true, num_steps=2, num_trials=10)
239-
@test n == 10
235+
@test n == 11
240236
end

0 commit comments

Comments
 (0)