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
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
Reported by ottot on 3 Jan 2017 10:39 UTC
From page 54 of the standard (2.0), regarding the derivative attribute:
The state derivatives of an FMU are listed under element
<ModelStructure><Derivatives>. All ScalarVariables listed in this element must have
attribute derivative
The compliance checker could be enhanced to actually verify that all variables listed in <Derivatives> have the required derivative attribute.
Full FMU for replication is attached (no binaries, so run with -x flag).
I found a related issue though: there is no verification that the variable referenced by derivative a valid state variable (variability="continuous", type: Real, ...). I will create a new ticket for this.
Reported by ottot on 3 Jan 2017 10:39 UTC
From page 54 of the standard (2.0), regarding the derivative attribute:
The compliance checker could be enhanced to actually verify that all variables listed in
<Derivatives>
have the required derivative attribute.Migrated-From: https://trac.fmi-standard.org/ticket/397
The text was updated successfully, but these errors were encountered: