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

Fix iterations test failure #6225

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

nikwit
Copy link
Contributor

@nikwit nikwit commented Aug 16, 2024

Tested 30k times without failure

addresses #6001

@nikwit nikwit added the small Only changes a few lines of code, does a rename or is otherwise quick to review label Aug 16, 2024
std::uniform_real_distribution<> vel_dist(-0.3, 0.3);
std::uniform_real_distribution<> vel_dist(-0.2, 0.2);
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a note about why the magnitude of the velocity can't be larger than 0.2? I'm guessing too large a velocity causes something (the worldtube?) to move too much

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am actually not sure why, as the worldtube is still going slower than the speed of light. I have not debugged what breaks then in this test but this was never encountered in a simulation.

@knelli2 knelli2 merged commit 269d3fa into sxs-collaboration:develop Aug 20, 2024
19 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small Only changes a few lines of code, does a rename or is otherwise quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants