We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b480d commit 4ce60beCopy full SHA for 4ce60be
1 file changed
tests/test_herg_qc.py
@@ -69,7 +69,7 @@ def create_hergqc(self, plot_dir=None):
69
os.makedirs(plot_dir, exist_ok=True)
70
else:
71
plot_dir = None
72
-
+
73
return hERGQC(
74
sampling_rate=self.sampling_rate,
75
plot_dir=plot_dir,
0 commit comments