Skip to content

Commit

Permalink
fix remaining hardcoded g3_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Sep 3, 2023
1 parent b2b6101 commit 7e25878
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 @@ -243,7 +243,7 @@ def biasstep_rebias(
## take the initial biasstep
S.log("taking the first biasstep")
S.log(f"Initial dc biases {S.get_tes_bias_bipolar_array()}")
bsa_0 = bias_steps.take_bias_steps(S, cfg, g3_tag='oper,biasstep_rebias')
bsa_0 = bias_steps.take_bias_steps(S, cfg, g3_tag=g3_tag)
if make_plots:
fig, ax = bias_steps.plot_Rfrac(bsa_0)
fname = sdl.make_filename(S, 'intial_Rfrac.png', plot=True)
Expand Down

0 comments on commit 7e25878

Please sign in to comment.