Skip to content
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

Ensure exo tests can run in parallel #712

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Ensure exo tests can run in parallel #712

merged 1 commit into from
Sep 9, 2022

Conversation

melund
Copy link
Member

@melund melund commented Sep 6, 2022

  • Ensure test output files from different models don't conflict

No changelog entry is needed for this.

* Fix regression in CI script

* Ensure output files from different models don't conflict

No changelog entry is needed for this.

* Ensure the MOCAP variables exists before they are used
# Conflicts:
#	Application/MocapExamples/BVH_BoxLift/Model/box.any
@melund melund changed the title Ensure exo tests can run in parallel (#711) Ensure exo tests can run in parallel Sep 6, 2022
Copy link
Contributor

@divyaksh-chander divyaksh-chander left a comment

Choose a reason for hiding this comment

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

I think this is a good idea and I can see another application for this for the users. We could actually think of extending this concept to all the saved outputs. Possible use case could be to use the same trial motion with different box weight/dimensions. It is not entirely accurate because actual motion would be different if box weight or dimensions are changed. But maybe it's a nice compromise. What do you think?

Comment on lines +229 to +230
// We need to manually ensure these exists here because this code is included
// before the MoCap framework ensure that they are created.
Copy link
Contributor

Choose a reason for hiding this comment

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

It could make sense to add a description over here about what this code does for the user: that is they can save box outputs with specific prefixes.

@melund melund merged commit 88cda70 into master Sep 9, 2022
@melund melund deleted the exo_tests branch September 9, 2022 12:51
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