Skip to content

Commit

Permalink
Fix add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Feb 20, 2017
1 parent d68b689 commit e1a16bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def _parameter_arrays(self, action):
units = tuple(['']*len(names))
num_arrays = len(names)
num_units = len(units)
#assert num_arrays == num_units
assert num_arrays == num_units
shapes = getattr(action, 'shapes', None)
sp_vals = getattr(action, 'setpoints', None)
sp_names = getattr(action, 'setpoint_names', None)
Expand Down

0 comments on commit e1a16bd

Please sign in to comment.