Skip to content

Conversation

@modelonrobinandersson
Copy link
Contributor

No description provided.


fmi3_import_t* xml = fmi3_testutil_parse_xml(xmldir);
REQUIRE(xml != nullptr);
REQUIRE(xml != nullptr); /* TODO how do we want this to work? */
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only remaining action is to figure out how we want to handle this scenario, currently the tests fail on this branch, but the tests only fail here.


fmi3_import_t* xml = fmi3_testutil_parse_xml(xmldir);
REQUIRE(xml != nullptr);
REQUIRE(xml != nullptr); /* TODO how do we want this to work? */
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only remaining action is to figure out how we want to handle this scenario, currently the tests fail on this branch, but the tests only fail here.

<CoSimulation modelIdentifier="VariableTypes"/>
<ModelVariables>
<Binary name="binary_array" valueReference="122" maxSize="28" initial="exact" description="Testing binary arrays">
<Binary name="binary_array" valueReference="125" maxSize="28" initial="exact" description="Testing binary arrays">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

125 was an arbitrary change I did to simplify debugging (since there are other tests with vr 122)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants