Skip to content

Commit

Permalink
test: also move guess propagation, hierarchical initialization equati…
Browse files Browse the repository at this point in the history
…ons and initial values testsets
  • Loading branch information
AayushSabharwal committed Nov 26, 2024
1 parent b361f26 commit 861e7ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ end
@safetestset "Dynamic Quantities Test" include("dq_units.jl")
@safetestset "Unitful Quantities Test" include("units.jl")
@safetestset "Mass Matrix Test" include("mass_matrix.jl")
@safetestset "Guess Propagation" include("guess_propagation.jl")
@safetestset "Hierarchical Initialization Equations" include("hierarchical_initialization_eqs.jl")
@safetestset "Reduction Test" include("reduction.jl")
@safetestset "Split Parameters Test" include("split_parameters.jl")
@safetestset "StaticArrays Test" include("static_arrays.jl")
Expand All @@ -57,14 +55,16 @@ end
@safetestset "Constants Test" include("constants.jl")
@safetestset "Parameter Dependency Test" include("parameter_dependencies.jl")
@safetestset "Generate Custom Function Test" include("generate_custom_function.jl")
@safetestset "Initial Values Test" include("initial_values.jl")
@safetestset "Equation Type Accessors Test" include("equation_type_accessors.jl")
@safetestset "Equations with complex values" include("complex.jl")
end
end

if GROUP == "All" || GROUP == "InterfaceI" || GROUP == "Initialization"
@safetestset "Guess Propagation" include("guess_propagation.jl")
@safetestset "Hierarchical Initialization Equations" include("hierarchical_initialization_eqs.jl")
@safetestset "InitializationSystem Test" include("initializationsystem.jl")
@safetestset "Initial Values Test" include("initial_values.jl")
end

if GROUP == "All" || GROUP == "InterfaceII"
Expand Down

0 comments on commit 861e7ae

Please sign in to comment.