forked from ThummeTo/FMIFlux.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed new train method layout in examples * further adjustments * allow for DiffEq default solver heurisitc * fix action * revert change * Patch example action (ThummeTo#128) * changes for debugging * test non escape for awk * changed escapes for debugging * cleanup * doc fix for FMIFlux.train! (ThummeTo#127) * changes fro FMIBase * adaptions for FMIBase * adjustment for Julia 1.9+ extension system * modified examples * revert tutorial/workshop * Added checks to Example action (ThummeTo#144) * Update Example.yml Added check for success of jupyter examples, fail action if example-building fails, prevents autocommit to examples branch * relaxed compats Update Project.toml --------- Co-authored-by: ThummeTo <[email protected]> * minor adaptions * updated codecov action v4 * testing tests * modified state change sampling * test * switched to linux FMU * make assert a warning * fixed some tests * fixed tests, examples, workshop, typos * updated tutorials --------- Co-authored-by: Simon Exner <[email protected]>
- Loading branch information
1 parent
dbadbed
commit f1db228
Showing
39 changed files
with
1,250 additions
and
1,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
name = "FMIFlux" | ||
uuid = "fabad875-0d53-4e47-9446-963b74cae21f" | ||
version = "0.12.2" | ||
version = "0.13.0" | ||
|
||
[deps] | ||
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" | ||
DifferentiableEigen = "73a20539-4e65-4dcb-a56d-dc20f210a01b" | ||
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" | ||
FMIImport = "9fcbc62e-52a0-44e9-a616-1359a0008194" | ||
FMISensitivity = "3e748fe5-cd7f-4615-8419-3159287187d2" | ||
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" | ||
Optim = "429524aa-4258-5aef-a3af-852621145aeb" | ||
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
Requires = "ae029012-a4dd-5104-9daa-d747884805df" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431" | ||
|
||
[weakdeps] | ||
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" | ||
|
||
[extensions] | ||
JLD2Ext = ["JLD2"] | ||
|
||
[compat] | ||
Colors = "0.12.8" | ||
Colors = "0.12" | ||
DifferentiableEigen = "0.2.0" | ||
DifferentialEquations = "7.7.0 - 7.12" | ||
FMIImport = "0.16.4" | ||
FMISensitivity = "0.1.4" | ||
Flux = "0.13.0 - 0.14" | ||
Optim = "1.7.0" | ||
ProgressMeter = "1.7.0 - 1.9" | ||
Requires = "1.3.0" | ||
ThreadPools = "2.1.1" | ||
FMIImport = "1.0.0" | ||
FMISensitivity = "0.2.0" | ||
Flux = "0.9 - 0.14" | ||
Optim = "1.6" | ||
OrdinaryDiffEq = "6.0" | ||
Statistics = "1" | ||
ThreadPools = "2.1" | ||
julia = "1.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
params/ | ||
params/ | ||
*.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.