diff --git a/Project.toml b/Project.toml index 2f398f2..72b02fb 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,7 @@ FMICore = "8af89139-c281-408e-bce2-3005eb87462f" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] +Dates = "1" EzXML = "1.1.0" -FMICore = "0.18.0" +FMICore = "0.18.0 - 0.19.0" julia = "1.6" diff --git a/README.md b/README.md index 05ca998..34f0446 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ To keep dependencies nice and clean, the original package [*FMI.jl*](https://git - [*FMIImport.jl*](https://github.com/ThummeTo/FMIImport.jl): Importing FMUs into Julia - [*FMIExport.jl*](https://github.com/ThummeTo/FMIExport.jl): Exporting stand-alone FMUs from Julia Code - [*FMICore.jl*](https://github.com/ThummeTo/FMICore.jl): C-code wrapper for the FMI-standard +- [*FMISensitivity.jl*](https://github.com/ThummeTo/FMISensitivity.jl): Static and dynamic sensitivities over FMUs - [*FMIBuild.jl*](https://github.com/ThummeTo/FMIBuild.jl): Compiler/Compilation dependencies for FMIExport.jl - [*FMIFlux.jl*](https://github.com/ThummeTo/FMIFlux.jl): Machine Learning with FMUs (differentiation over FMUs) - [*FMIZoo.jl*](https://github.com/ThummeTo/FMIZoo.jl): A collection of testing and example FMUs diff --git a/test/runtests.jl b/test/runtests.jl index 1b52929..3854231 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -15,15 +15,15 @@ function runtests() include("bouncing_ball.jl") end - @testset "FMU Manipulation" begin - #@warn "The test `FMU Manipulation` is currently excluded because of insufficient ressources in GitHub-Actions." - include("manipulation.jl") - end + # @testset "FMU Manipulation" begin + # #@warn "The test `FMU Manipulation` is currently excluded because of insufficient ressources in GitHub-Actions." + # include("manipulation.jl") + # end - @testset "NeuralFMU" begin - #@warn "The test `NeuralFMU` is currently excluded because of insufficient ressources in GitHub-Actions." - include("neuralFMU.jl") - end + # @testset "NeuralFMU" begin + # #@warn "The test `NeuralFMU` is currently excluded because of insufficient ressources in GitHub-Actions." + # include("neuralFMU.jl") + # end end @testset "FMIExport.jl" begin