Skip to content

Commit

Permalink
#21 Fix qc_vals_after in herg qc test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Aug 8, 2024
1 parent 40ada3d commit 264c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_herg_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_run_qc(self):
before = tr_before.get_trace_sweeps(sweeps)
after = tr_after.get_trace_sweeps(sweeps)
qc_vals_before = tr_before.get_onboard_QC_values(sweeps=sweeps)
qc_vals_after = tr_before.get_onboard_QC_values(sweeps=sweeps)
qc_vals_after = tr_after.get_onboard_QC_values(sweeps=sweeps)

res = {}

Expand Down

0 comments on commit 264c697

Please sign in to comment.