Skip to content

Commit

Permalink
reactive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Oct 9, 2023
1 parent 8684a66 commit 4f2eb82
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ function runtests(exportingTool)
@info "Gradient: $(GRADIENT)"
@testset "Gradient: $(GRADIENT)" begin

# @info "Layers (layers.jl)"
# @testset "Layers" begin
# include("layers.jl")
# end
@info "Layers (layers.jl)"
@testset "Layers" begin
include("layers.jl")
end

# @info "Solution Gradients (solution_gradients.jl)"
# @testset "Solution Gradients" begin
# include("solution_gradients.jl")
# end
@info "Solution Gradients (solution_gradients.jl)"
@testset "Solution Gradients" begin
include("solution_gradients.jl")
end

@info "ME-NeuralFMU (Continuous) (hybrid_ME.jl)"
@testset "ME-NeuralFMU (Continuous)" begin
Expand All @@ -61,42 +61,42 @@ function runtests(exportingTool)
include("hybrid_ME_dis.jl")
end

# @info "NeuralFMU with FMU parameter optimization (fmu_params.jl)"
# @testset "NeuralFMU with FMU parameter optimization" begin
# include("fmu_params.jl")
# end

# @info "Training modes (train_modes.jl)"
# @testset "Training modes" begin
# include("train_modes.jl")
# end

# @info "Multi-threading (multi_threading.jl)"
# @testset "Multi-threading" begin
# include("multi_threading.jl")
# end

# @info "CS-NeuralFMU (hybrid_CS.jl)"
# @testset "CS-NeuralFMU" begin
# include("hybrid_CS.jl")
# end

# @info "Multiple FMUs (multi.jl)"
# @testset "Multiple FMUs" begin
# include("multi.jl")
# end

# @info "Batching (batching.jl)"
# @testset "Batching" begin
# include("batching.jl")
# end
@info "NeuralFMU with FMU parameter optimization (fmu_params.jl)"
@testset "NeuralFMU with FMU parameter optimization" begin
include("fmu_params.jl")
end

@info "Training modes (train_modes.jl)"
@testset "Training modes" begin
include("train_modes.jl")
end

@info "Multi-threading (multi_threading.jl)"
@testset "Multi-threading" begin
include("multi_threading.jl")
end

@info "CS-NeuralFMU (hybrid_CS.jl)"
@testset "CS-NeuralFMU" begin
include("hybrid_CS.jl")
end

@info "Multiple FMUs (multi.jl)"
@testset "Multiple FMUs" begin
include("multi.jl")
end

@info "Batching (batching.jl)"
@testset "Batching" begin
include("batching.jl")
end
end
end

# @info "Benchmark: Supported sensitivities (supported_sensitivities.jl)"
# @testset "Benchmark: Supported sensitivities " begin
# include("supported_sensitivities.jl")
# end
@info "Benchmark: Supported sensitivities (supported_sensitivities.jl)"
@testset "Benchmark: Supported sensitivities " begin
include("supported_sensitivities.jl")
end

end
end
Expand Down

0 comments on commit 4f2eb82

Please sign in to comment.