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 3394ea0 commit 78b790aCopy full SHA for 78b790a
ibllib/tests/test_plots.py
@@ -149,7 +149,8 @@ def tearDownClass(cls):
149
def test_without_inputs(self):
150
eid = '3473f9d2-aa5d-41a6-9048-c65d0b7ab97c'
151
with self.assertRaises(AssertionError):
152
- fig = dlc_qc_plot(self.one.eid2path(eid), self.one)
+ dlc_qc_plot(self.one.eid2path(eid), self.one)
153
+ # fig = dlc_qc_plot(self.one.eid2path(eid), self.one)
154
# fig_path = (Path(self.tmp_dir.name).joinpath('dlc_qc_plot.png'))
155
# fig.savefig(fig_path)
156
# with Image.open(fig_path) as im:
0 commit comments