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

completion_times property fix #1301

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

completion_times property fix #1301

wants to merge 2 commits into from

Conversation

gadial
Copy link
Contributor

@gadial gadial commented Oct 31, 2023

Summary

This PR updates the way the completion_times property of ExperimentData is calculated to allow for the current format used by IBMCircuitJob.

Details and comments

Fixes #1205

Copy link
Collaborator

@coruscating coruscating left a comment

Choose a reason for hiding this comment

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

Thanks, it looks like you're missing the test and some code from the previous PR, can those be added? Without the "_completion_times": self._completion_times, I get a KeyError when trying to access completion_times for an experiment run on a simulaton. Also, this property isn't populated for experiments loaded from the database, but that might be out of the scope of this PR.

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.

Experiment data completion time is None
2 participants