Skip to content

Commit f40905b

Browse files
committed
checks matplotlib
1 parent 3deac1b commit f40905b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyobs/core/error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def sigma(self):
154154

155155
def plot(self, xlab, desc, ed, pfile): # pragma: no cover
156156
if not MATPLOTLIB:
157-
pass
157+
return
158158

159159
for a in range(self.size):
160160
plt.figure()

0 commit comments

Comments
 (0)