Commit e8d43af5 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Searches for run_measurement error

Showing with 1 addition and 0 deletions
+1 -0
......@@ -157,6 +157,7 @@ class Tx(TxAbstract):
@polarity.setter
def polarity(self, polarity):
print(polarity)
assert polarity in [-1, 0, 1]
self._polarity = polarity
if polarity == 1:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment