Skip to content

Commit e6fb5b7

Browse files
author
Sergio Sánchez Ramírez
committed
Remove leftover Compat code dep
1 parent bc6de60 commit e6fb5b7

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

src/EinExpr.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Base: AbstractVecOrTuple
22
using DataStructures: DefaultDict
33
using AbstractTrees
4-
using Compat
54

65
Base.@kwdef struct EinExpr{Label}
76
head::Vector{Label}

src/Optimizers/Exhaustive.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Base: @kwdef
22
using Combinatorics
33
using LinearAlgebra: Symmetric
4-
using Compat
54

65
@doc raw"""
76
Exhaustive(; outer = false)

src/SizedEinExpr.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using AbstractTrees
2-
using Compat
32

43
struct SizedEinExpr{Label}
54
path::EinExpr{Label}

src/Slicing.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using AbstractTrees
2-
using Compat
32

43
"""
54
selectdim(path::EinExpr, index, i)

test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[deps]
22
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
33
CliqueTrees = "60701a23-6482-424a-84db-faee86b9b1f8"
4-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
54
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
65
KaHyPar = "2a6221f6-aa48-11e9-3542-2d9e0ef01880"
76
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Test
22
using Tenet
33
using EinExprs
4-
using Compat
54

65
@testset "Unit tests" verbose = true begin
76
include("EinExpr_test.jl")

0 commit comments

Comments
 (0)