Skip to content

Commit b241258

Browse files
committed
foo
1 parent b6ca7d5 commit b241258

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

docs/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
CTFlows = "1c39547c-7794-42f7-af83-d98194f657c2"
23
CTModels = "34c4fa32-2049-4079-8329-de33c2a22e2d"
34
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
45
DocumenterMermaid = "a078cd44-4d9c-4618-b545-3ab9d77f9177"
@@ -8,5 +9,5 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
89
CTModels = "0.6"
910
Documenter = "1"
1011
DocumenterMermaid = "0.2"
11-
OrdinaryDiffEq = "6"
12+
OrdinaryDiffEq = "6, 7"
1213
julia = "1.10"

docs/src/utils.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ Order = [:module, :constant, :type, :function, :macro]
4242

4343
```@docs
4444
CTFlows.ctgradient
45-
CTFlows.ctjacobian
4645
```

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CTBase = "0.16"
1414
CTModels = "0.6"
1515
CTParser = "0.7"
1616
LinearAlgebra = "1"
17-
OrdinaryDiffEq = "6"
17+
OrdinaryDiffEq = "6, 7"
1818
Plots = "1"
1919
Test = "1"
2020
julia = "1.10"

test/runtests.jl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ const CTFlowsODE = Base.get_extension(CTFlows, :CTFlowsODE) # to test functions
1313

1414
@testset verbose = true showtiming = true "CTFlows" begin
1515
for name in (
16-
:types,
16+
# :types,
1717
:differential_geometry,
18-
:aqua,
19-
:concatenation,
20-
:default,
21-
:flow_function,
22-
:flow_hamiltonian_vector_field,
23-
:flow_hamiltonian,
24-
:flow_vector_field,
25-
:optimal_control_problem,
26-
:saveat,
18+
# :aqua,
19+
# :concatenation,
20+
# :default,
21+
# :flow_function,
22+
# :flow_hamiltonian_vector_field,
23+
# :flow_hamiltonian,
24+
# :flow_vector_field,
25+
# :optimal_control_problem,
26+
# :saveat,
2727
)
2828
@testset "$(name)" begin
2929
test_name = Symbol(:test_, name)

0 commit comments

Comments
 (0)