Skip to content

Commit f409a2c

Browse files
committed
rm Gadfly from testing
1 parent 2e238c6 commit f409a2c

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
@@ -107,4 +107,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
107107
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
108108

109109
[targets]
110-
test = ["DifferentialEquations", "Flux", "Gadfly", "Graphs", "Manopt", "InteractiveUtils", "Interpolations", "LineSearches", "Pkg", "Rotations", "Test", "Zygote"]
110+
test = ["DifferentialEquations", "Flux", "Graphs", "Manopt", "InteractiveUtils", "Interpolations", "LineSearches", "Pkg", "Rotations", "Test", "Zygote"]

test/testBasicTreeInit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
using Test
33
using IncrementalInference
4-
using Gadfly
4+
# using Gadfly
55

66
##
77
@testset "basic per clique stopping criteria" begin

0 commit comments

Comments
 (0)