Skip to content

Commit c7d40cc

Browse files
Merge pull request #33 from SciML/aj/clean
cleanup @JuliaRegistrator register()
2 parents 42001ae + ee84fae commit c7d40cc

File tree

6 files changed

+1
-180
lines changed

6 files changed

+1
-180
lines changed

Project.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "2.3.0"
66
[deps]
77
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
88
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
9-
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
109
MathML = "abcecc63-2b08-419c-80c4-c63dca6fa478"
1110
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
1211
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
@@ -16,13 +15,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1615

1716
[compat]
1817
EzXML = "1.1"
19-
JSON3 = "1.8"
18+
HTTP = "0.9"
2019
MathML = "0.1.5"
2120
Memoize = "0.4"
2221
ModelingToolkit = "5.14"
2322
OrdinaryDiffEq = "5.52"
2423
SymbolicUtils = "0.9.3"
25-
HTTP = "0.9"
2624
julia = "1.5"
2725

2826
[extras]

src/CellMLToolkit.jl

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ using ModelingToolkit
77
using EzXML
88
using Memoize
99

10-
include("utils.jl")
11-
export curl_exposures
12-
13-
# include("cellml.jl")
1410
include("accessors.jl")
1511
include("components.jl")
1612
include("import.jl")

src/utils.jl

-23
This file was deleted.

test/repos.jl

-77
This file was deleted.

test/runtests.jl

-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
using Test
22
using CellMLToolkit
33
using OrdinaryDiffEq
4-
using JSON3, Base.Threads
54
using ModelingToolkit
65

76
@testset "CellMLToolkit.jl" begin
87
@testset "beeler.jl" begin include("beeler.jl") end
9-
10-
# mainly a used as a bin/ don't want to test every PR
11-
# @testset "physiome.jl" begin include("test_physiome.jl") end
128
end

test/test_physiome.jl

-69
This file was deleted.

0 commit comments

Comments
 (0)