Skip to content

Commit

Permalink
Update bias_dets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhanwyhan authored Jun 20, 2023
1 parent 56ee133 commit aefe183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sodetlib/operations/bias_dets.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def biasstep_rebias(

## take the initial biasstep
S.log("taking the first biasstep")
S.log(f"Initial dc biases {S.get_tes_bipolar_array()}")
S.log(f"Initial dc biases {S.get_tes_bias_bipolar_array()}")
bsa_0 = bias_steps.take_bias_steps(S, cfg)
if make_plots:
fig, ax = bias_steps.plot_Rfrac(bsa_0)
Expand Down

0 comments on commit aefe183

Please sign in to comment.