We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_site_pass_fail returns a list bool. Users need to call get_site_results_site_numbers to correlate the results with sites.
get_site_pass_fail
get_site_results_site_numbers
sites
We should update get_site_pass_fail to return results as a dictionary of site (str): Pass-fail result (bool).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description of issue
get_site_pass_fail
returns a list bool. Users need to callget_site_results_site_numbers
to correlate the results withsites
.We should update
get_site_pass_fail
to return results as a dictionary of site (str): Pass-fail result (bool).The text was updated successfully, but these errors were encountered: