We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad97133 commit b182cefCopy full SHA for b182cef
tests/mixed/default.py
@@ -19,7 +19,7 @@
19
ham.recorded_elements = [7, 8]
20
21
22
-# @pytest.mark.skip("this test currently fails; bugfix needed")
+@pytest.mark.skip("this test currently fails; bugfix needed")
23
def test_windowed():
24
exp = ws.experiment.builtin('trive')
25
exp.w1.points = w_central # wn
@@ -75,6 +75,7 @@ def test_windowed():
75
plt.show()
76
77
assert data2.time.size == data.time.size
78
+ assert data2.time.size == data2.channels[0].size
79
assert np.all(np.isclose(data2.channels[0][:], data.channels[0][:]))
80
81
0 commit comments