Skip to content

Commit

Permalink
Added missing #
Browse files Browse the repository at this point in the history
I hate you, precommit!
  • Loading branch information
THuckemann authored May 27, 2024
1 parent c97101e commit 071dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qumada/measurement/measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def initialize(self, dyn_ramp_to_val=False, inactive_dyn_channels: list | None =
for j in range(len(comped_params)):

Check warning on line 651 in src/qumada/measurement/measurement.py

View check run for this annotation

Codecov / codecov/patch

src/qumada/measurement/measurement.py#L642-L651

Added lines #L642 - L651 were not covered by tests
# Here we create lists/sweeps only containing the difference required for compensation.
# Still has to be substracted from the set value in the measurement script as this can
depend on the measurement script used (e.g. 1D vs 2D sweeps)
# depend on the measurement script used (e.g. 1D vs 2D sweeps)
comping_setpoints = (

Check warning on line 655 in src/qumada/measurement/measurement.py

View check run for this annotation

Codecov / codecov/patch

src/qumada/measurement/measurement.py#L655

Added line #L655 was not covered by tests
-1
* float(comped_leverarms[j])
Expand Down

0 comments on commit 071dd3f

Please sign in to comment.