Eliminate print() from test_trigger.py

pull/357/head
nyanpasu64 2019-04-10 02:51:54 -07:00
rodzic 99a81d3635
commit 59965cc789
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -82,8 +82,7 @@ def test_trigger(cfg: CorrelationTriggerConfig, is_odd: bool, post_trigger):
for i, ax in enumerate(axes):
if i:
offset = trigger.get_trigger(x, PerFrameCache())
print(offset)
assert offset == x0
assert offset == x0, offset
if plot:
ax.plot(trigger._buffer, label=str(i))
ax.grid()