From bef0cb5d8180e1b4d31dde477db208f0a0d282de Mon Sep 17 00:00:00 2001 From: Yusheng Zhao Date: Mon, 4 Dec 2023 21:00:02 +0800 Subject: [PATCH] plot feature to yaoplots, rm here --- test/runtests.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 3d7fde3..13f992f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,9 +1,5 @@ using ZXCalculus, Documenter, Test -@testset "plots.jl" begin - include("plot.jl") -end - @testset "abstract_zx_diagram.jl" begin include("abstract_zx_diagram.jl") end