We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Initialization
1 parent 7eba343 commit d73342dCopy full SHA for d73342d
.github/workflows/Tests.yml
@@ -32,6 +32,7 @@ jobs:
32
group:
33
- InterfaceI
34
- InterfaceII
35
+ - Initialization
36
- SymbolicIndexingInterface
37
- Extended
38
- Extensions
test/runtests.jl
@@ -60,7 +60,7 @@ end
60
end
61
62
63
- if GROUP == "All" || GROUP == "InterfaceI" || GROUP == "Initialization"
+ if GROUP == "All" || GROUP == "Initialization"
64
@safetestset "Guess Propagation" include("guess_propagation.jl")
65
@safetestset "Hierarchical Initialization Equations" include("hierarchical_initialization_eqs.jl")
66
@safetestset "InitializationSystem Test" include("initializationsystem.jl")
0 commit comments