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

Changing were dashboard looks for input files based on recent changes in how OpenMDAO saves reports #595

Open
wants to merge 4 commits into
base: 0.9.6.dev
Choose a base branch
from

Conversation

hschilling
Copy link
Member

Summary

OpenMDAO recently changed the directory structure of the reports it generates. The Aviary dashboard gets its inputs from files in the reports directory. The code needed to be updated to look in the correct location.

Also made greater use of the pathlib library when creating paths.

Changed one tab so that it reports any problems in its generation in the tab rather than a warning to the command line.

Related Issues

Backwards incompatibilities

Dashboard will not work if the reports are still in the old location of the reports in previous versions of OpenMDAO.

New Dependencies

None

Copy link
Contributor

@crecine crecine left a comment

Choose a reason for hiding this comment

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

Would it be possible to have this check both paths? We could prioritize the new method, but if we don't support the old openMDAO path, we will have to increment the minimum version.

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.

3 participants