-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tests #66
Tests #66
Conversation
even though SetupExperiment is called with |
test/FMI2/utils.jl
Outdated
@@ -4,15 +4,6 @@ | |||
# | |||
using ZipFile | |||
|
|||
function test_status_ok(status) | |||
@test typeof(status) == fmi2Status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type checks are not necessary (redundant), because we will check for type stable functions in the next release
no problem, 1.6 will be replace by 1.10 as LTS very soon anyway |
add Tests for FMI2
Tests missing for fmi2<Set, Get><Boolean, String> because the FMU used for testing doesnt have such variables
Some Calls throw fmi2StatusWarning because the FMU used for testing doenst have variables with causality=<input, output>
Typos in src/FMI2/cfunc.jl