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 0cce9bb commit 526ceffCopy full SHA for 526ceff
pyhdx/batch_processing.py
@@ -147,7 +147,6 @@ class LoadHDMeasurementSetTask(Task):
147
out = param.ClassSelector(HDXMeasurementSet)
148
149
def execute(self, *args, **kwargs):
150
- print(self.cwd)
151
state_spec = yaml.safe_load((self.cwd / self.state_file).read_text())
152
parser = StateParser(state_spec, self.cwd, default_filters)
153
hdxm_set = parser.load_hdxmset()
0 commit comments