-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fmi3 refactor reworked #165
Merged
Merged
Conversation
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
* fixed dtmin issue * version inc
* Updated FMI.jl * Updated FMI.jl * Update FMI.jl * Updated FMI.jl * Updated FMI.jl * Updated FMI.jl * Updated * Updated * Update Doc-String * Update Doc-String * Update Doc-String * Update library.md * Update libraray.md * Update libraray.md * Update library.md * Update src/FMI.jl * Updtate Doc-String FMI2_additional * Update Doc-String FMI2_plot * Updtate Doc-String FMI2_additional * Update Doc-String and library.md * Update library.md * Update library.md Co-authored-by: adribrune <[email protected]> Co-authored-by: Adrian Brune <[email protected]> Co-authored-by: adribrune <[email protected]>
* Update the repo structure * Bug fix * Bug fix in examples * Bug fix
* fixed testa * added test for execution config, fixed bug with freeInstance * compatibility to new FMI3 topology
Closed
ThummeTo
added a commit
that referenced
this pull request
Mar 8, 2023
* added information readme/docu * Fmi3 refactor reworked (#165) * added FMI3_JLD2.jl * V0.11.0 (#157) * adjustments for implicite solvers * major refactoring * fixed dtmin issue (#159) * fixed dtmin issue * version inc * Docstrings dec22 (#158) * Updated FMI.jl * Updated FMI.jl * Update FMI.jl * Updated FMI.jl * Updated FMI.jl * Updated FMI.jl * Updated * Updated * Update Doc-String * Update Doc-String * Update Doc-String * Update library.md * Update libraray.md * Update libraray.md * Update library.md * Update src/FMI.jl * Updtate Doc-String FMI2_additional * Update Doc-String FMI2_plot * Updtate Doc-String FMI2_additional * Update Doc-String and library.md * Update library.md * Update library.md Co-authored-by: adribrune <[email protected]> Co-authored-by: Adrian Brune <[email protected]> Co-authored-by: adribrune <[email protected]> * Update the repo structure (#160) * Update the repo structure * Bug fix * Bug fix in examples * Bug fix * Run the examples in parallel (#162) * v0.11.2 (#163) * fixed testa * added test for execution config, fixed bug with freeInstance * compatibility to new FMI3 topology * added FMI3 tests * add fmi3 version of files * add missing deps * tests changes * made most of the tests work * first changes for fixing sim * minor changes * fix tests for fmi 3 * fix stuff lost in merge * update tests * mmore work on tests * finish tests * bump version * add warning for ME simulation --------- Co-authored-by: ThummeTo <[email protected]> Co-authored-by: adribrune <[email protected]> Co-authored-by: Adrian Brune <[email protected]> Co-authored-by: adribrune <[email protected]> Co-authored-by: Johannes Stoljar <[email protected]> * docs(FMI): fix typo for `deperecated` (#169) * fixed test * added warning for failed simulation * allow string return code from solver * cleaned dependencies, adapted to new SciMLBase.Retcode * cleaned dependencies * divided test action into latest and LTS * run examples on latest * cleane dup --------- Co-authored-by: JoKircher <[email protected]> Co-authored-by: adribrune <[email protected]> Co-authored-by: Adrian Brune <[email protected]> Co-authored-by: adribrune <[email protected]> Co-authored-by: Johannes Stoljar <[email protected]> Co-authored-by: Sathvik Bhagavan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rework of old PR
all tests passing
simulation of ModelExchange FMU is still not working, need some inspection before merging PR