Skip to content

Commit

Permalink
Adding the underscore actually made both impacted line to long by one…
Browse files Browse the repository at this point in the history
… character. I hate you, pre-commit!
  • Loading branch information
THuckemann committed Jan 19, 2024
1 parent 48c6ee9 commit 32e85f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qumada/measurement/doNd_enhanced/doNd_enhanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ def do1d_parallel_asym(
# do1D enforces a simple relationship between measured parameters
# and set parameters. For anything more complicated this should be
# reimplemented from scratch
with _catch_interrupts() as interrupted, meas.run() as datasaver, param_meas_caller as call_param_meas: # noqa: F841
with _catch_interrupts() as interrupted, meas.run() as datasaver, \
param_meas_caller as call_param_meas:
dataset = datasaver.dataset
additional_setpoints_data = process_params_meas(additional_setpoints)

Expand Down

0 comments on commit 32e85f6

Please sign in to comment.