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

Occasional reports directory testing failure. #786

Closed
1 of 4 tasks
robfalck opened this issue Jul 22, 2022 · 0 comments · Fixed by #785
Closed
1 of 4 tasks

Occasional reports directory testing failure. #786

robfalck opened this issue Jul 22, 2022 · 0 comments · Fixed by #785
Assignees

Comments

@robfalck
Copy link
Contributor

Issue Type

  • Bug
  • Enhancement
  • Docs
  • Miscellaneous

Description

The testing of subproblem reports in test_brachistochrone_subprob_reports.py occasionally fail on CI due to the fact that the pathlib Path(...).iterdir() iterator was assumed to return alphabetically sorted results, but this is not always the case. Tests here should explicitly sort the results as necessary.

Example

N/A

Environment

Dymos 1.5.1-dev

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 a pull request may close this issue.

1 participant