amazon-braket / Braket.jl

Experimental Julia implementation of the Amazon Braket SDK
Apache License 2.0
97 stars 6 forks source link

Fix integration tests, update gates and noises, and update deps #53

Closed kshyatt-aws closed 1 year ago

kshyatt-aws commented 1 year ago

Issue #, if available: N/A

Description of changes:

Testing done:

Unit and integration tests passed locally.

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

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

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 92.02% and project coverage change: -0.10 :warning:

Comparison is base (4430942) 95.88% compared to head (d862369) 95.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ========================================== - Coverage 95.88% 95.78% -0.10% ========================================== Files 34 35 +1 Lines 4056 4036 -20 ========================================== - Hits 3889 3866 -23 - Misses 167 170 +3 ``` | [Impacted Files](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [src/ahs.jl](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c3JjL2Focy5qbA==) | `98.93% <ø> (ø)` | | | [src/noises.jl](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c3JjL25vaXNlcy5qbA==) | `91.39% <33.33%> (ø)` | | | [src/gates.jl](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c3JjL2dhdGVzLmps) | `94.66% <50.00%> (-3.01%)` | :arrow_down: | | [PyBraket/src/py\_type\_conversion.jl](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-UHlCcmFrZXQvc3JjL3B5X3R5cGVfY29udmVyc2lvbi5qbA==) | `91.66% <91.66%> (ø)` | | | [src/raw\_schema.jl](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c3JjL3Jhd19zY2hlbWEuamw=) | `94.75% <94.02%> (-0.31%)` | :arrow_down: | | [PyBraket/src/pyschema.jl](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-UHlCcmFrZXQvc3JjL3B5c2NoZW1hLmps) | `100.00% <100.00%> (+1.61%)` | :arrow_up: | | [src/aws\_jobs.jl](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c3JjL2F3c19qb2JzLmps) | `97.63% <100.00%> (ø)` | | | [src/local\_jobs.jl](https://codecov.io/gh/awslabs/Braket.jl/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c3JjL2xvY2FsX2pvYnMuamw=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.