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

Correctly pass shell layer argument. #779

Merged

Conversation

janvonrickenbach
Copy link
Contributor

Fix unit of sweeping phase operator

Fix unit of sweeping phase operator
@@ -266,7 +266,7 @@ def _create_sweeping_phase_workflow(
raise ValueError("Argument sweeping_phase must be a float.")
sweeping_op = create_operator_callable(name="sweeping_phase_fc")
sweeping_op.connect(2, sweeping_phase)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure why this only popped up now. Probably this workflow is not tested otherwise.

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.13%. Comparing base (ca92285) to head (e2b25bb).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #779      +/-   ##
==========================================
- Coverage   85.17%   85.13%   -0.04%     
==========================================
  Files          52       52              
  Lines        5201     5201              
==========================================
- Hits         4430     4428       -2     
- Misses        771      773       +2     

@janvonrickenbach janvonrickenbach merged commit 6ae6668 into master Dec 19, 2024
33 checks passed
@janvonrickenbach janvonrickenbach deleted the jvonrick/pass_shell_layer_arguments_correctly branch December 19, 2024 08:52
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.

2 participants