We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7147d82 commit 82fa313Copy full SHA for 82fa313
psiflow/sampling/sampling.py
@@ -275,8 +275,6 @@ def setup_system_template(
275
system_template.append(labels)
276
277
for i in range(len(ensemble_table)):
278
- print(i)
279
- print(ensemble_table.get_index(i))
280
instance = ET.Element("instance")
281
instance.text = create_xml_list([f'{i}'] + [str(w) for w in ensemble_table.get_index(i)])
282
system_template.append(instance)
0 commit comments