Skip to content

Commit

Permalink
Merge pull request #1450 from oscardssmith/move-cycles
Browse files Browse the repository at this point in the history
remove compat incremental_cycles
  • Loading branch information
ChrisRackauckas authored Feb 10, 2022
2 parents debb50c + 4a03695 commit ae0da21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 232 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DiffRules = "0.1, 1.0"
Distributions = "0.23, 0.24, 0.25"
DocStringExtensions = "0.7, 0.8"
DomainSets = "0.5"
Graphs = "1.4"
Graphs = "1.5.2"
IfElse = "0.1"
JuliaFormatter = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22"
LabelledArrays = "1.3"
Expand Down
3 changes: 0 additions & 3 deletions src/ModelingToolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ include("domains.jl")

# Code that should eventually go elsewhere, but is here for fow
include("structural_transformation/bareiss.jl")
if !isdefined(Graphs, :IncrementalCycleTracker)
include("compat/incremental_cycles.jl")
end

include("systems/abstractsystem.jl")
include("systems/connectors.jl")
Expand Down
228 changes: 0 additions & 228 deletions src/compat/incremental_cycles.jl

This file was deleted.

0 comments on commit ae0da21

Please sign in to comment.