Skip to content

Fixed smalll bugs in aviary dashboard optimization history and aviary variables tabs#813

Merged
jkirk5 merged 1 commit intoOpenMDAO:mainfrom
hschilling:I685-aviary-dashboard-bug
Jul 9, 2025
Merged

Fixed smalll bugs in aviary dashboard optimization history and aviary variables tabs#813
jkirk5 merged 1 commit intoOpenMDAO:mainfrom
hschilling:I685-aviary-dashboard-bug

Conversation

@hschilling
Copy link
Copy Markdown
Member

Summary

In the optimization history code, there was some javascript code being created using an f-string and it didn't make use of double braces needed to create a literal brace.

Also, unrelated to the issue, there was a bug in the aviary variables tab creation because the serialization of the aviary metadata failed. Need to make use of the make_serializable function from OpenMDAO to clean that up.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

…tring. Also fixed bug where aviary metadata was not serializing because it contains a value which is a Python type
@jkirk5 jkirk5 added this pull request to the merge queue Jul 9, 2025
Merged via the queue into OpenMDAO:main with commit dfd9d2a Jul 9, 2025
10 checks passed
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.

Bugs in optimization history plot in dashboard prevent plot from happening and then not being displayed

3 participants