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

change: Set default for shots argument in AwsDevice.run to None instead of -1. #129

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

licedric
Copy link
Contributor

@licedric licedric commented Aug 10, 2020

Issue #, if available:

Description of changes:
Set default for shots argument in AwsDevice.run to None instead of -1.
Testing done:
Unit tests.

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@speller26
Copy link
Member

AWS CodeBuild CI Report

  • CodeBuild project: SDKPullRequestBuild
  • Commit ID: 51de821
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@@ -80,7 +79,7 @@ def run(
self,
task_specification: Union[Circuit, Problem],
s3_destination_folder: AwsSession.S3DestinationFolder,
shots: int = _DUMMY_SHOTS,
shots: Optional[int] = None,
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this make any difference?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

-1 as a dummy value seems arbitrary, and has tripped up us once in a bug bash. That being said, it's not a big deal if you want to leave it as is.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks, just wondering if this change is due to a customer-impacting bug, but it seems like the change is more for readability purposes. Please update the commit message to be prefixed with "change: ", as per https://github.com/aws/amazon-braket-sdk-python/blob/main/CONTRIBUTING.md#commit-your-change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated, thanks.

@licedric licedric changed the title Set default for shots argument in AwsDevice.run to None instead of -1. change: Set default for shots argument in AwsDevice.run to None instead of -1. Aug 11, 2020
@speller26
Copy link
Member

AWS CodeBuild CI Report

  • CodeBuild project: SDKPullRequestBuild
  • Commit ID: 4a3c139
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@licedric licedric merged commit a978a4d into main Aug 11, 2020
@licedric licedric deleted the shots-default-fix branch August 11, 2020 00:39
kshitijc pushed a commit that referenced this pull request Nov 29, 2021
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.

3 participants