Skip to content

Commit 78b790a

Browse files
committed
Flake
1 parent 3394ea0 commit 78b790a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibllib/tests/test_plots.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def tearDownClass(cls):
149149
def test_without_inputs(self):
150150
eid = '3473f9d2-aa5d-41a6-9048-c65d0b7ab97c'
151151
with self.assertRaises(AssertionError):
152-
fig = dlc_qc_plot(self.one.eid2path(eid), self.one)
152+
dlc_qc_plot(self.one.eid2path(eid), self.one)
153+
# fig = dlc_qc_plot(self.one.eid2path(eid), self.one)
153154
# fig_path = (Path(self.tmp_dir.name).joinpath('dlc_qc_plot.png'))
154155
# fig.savefig(fig_path)
155156
# with Image.open(fig_path) as im:

0 commit comments

Comments
 (0)