You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples/src/inputs.ipynb
doesn't run with v0.13.0, since input function extForce_t(t) doesn't match the proposed input function structure (at least that's what the error says)...
ERROR: AssertionError: The given input function does not fit the needed input function pattern for FMUs, which are:
- `inputFunction!(t::fmi2Real, u::AbstractArray{fmi2Real})`
- `inputFunction!(comp::FMU2Component, t::fmi2Real, u::AbstractArray{fmi2Real})`
- `inputFunction!(comp::FMU2Component, x::Union{AbstractArray{fmi2Real,1}, Nothing}, u::AbstractArray{fmi2Real})`
- `inputFunction!(x::Union{AbstractArray{fmi2Real,1}, Nothing}, t::fmi2Real, u::AbstractArray{fmi2Real})`
- `inputFunction!(comp::FMU2Component, x::Union{AbstractArray{fmi2Real,1}, Nothing}, t::fmi2Real, u::AbstractArray{fmi2Real})`
The text was updated successfully, but these errors were encountered:
examples/src/inputs.ipynb
doesn't run with v0.13.0, since input function extForce_t(t) doesn't match the proposed input function structure (at least that's what the error says)...
The text was updated successfully, but these errors were encountered: