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

Have the ScienceData.get_data return a dict-type structure rather than a tuple #67

Open
hayesla opened this issue Jan 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@hayesla
Copy link
Contributor

hayesla commented Jan 19, 2023

At present when you call the function ScienceData.get_data() it returns a tuple of counts, errors, times, durations and energies. However for a user, you would need to know a priori what index of the tuple is what. It would make sense to return a dict of these values.

@samaloney
Copy link
Member

Related to #68

@samaloney samaloney added the enhancement New feature or request label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants