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

Converted output lists to np.arrays and added test #1343

Merged
merged 7 commits into from Apr 23, 2020

Conversation

DKilkenny
Copy link
Contributor

Summary

When reading the contents of a case from get_case in sqlite_reader.py it will now convert the outputs from a list to a np.ndarray

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@project-bot project-bot bot added this to In progress in OpenMDAO Dev [Read only] Apr 20, 2020
OpenMDAO Dev [Read only] automation moved this from In progress to Reviewer approved Apr 20, 2020
openmdao/recorders/sqlite_reader.py Outdated Show resolved Hide resolved
@swryan swryan merged commit 1d9b9b3 into OpenMDAO:master Apr 23, 2020
OpenMDAO Dev [Read only] automation moved this from Reviewer approved to Done Apr 23, 2020
@swryan swryan mentioned this pull request Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

When discrete variables are recorded, integer arrays are turned into integer lists.
3 participants