Skip to content

Commit 5b69e51

Browse files
committed
prints removed
1 parent ddcdc04 commit 5b69e51

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

atomate/vasp/fireworks/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ def __init__(
335335

336336
formula = structure.composition.reduced_formula if structure is not None else "unknown"
337337
fw_name = f"{formula}-{name}"
338-
print(formula,spec_structure_key,type(structure),len(structure.structures))
339338

340339
if spec_structure_key is not None:
341340
vasp_input_set = vasp_input_set or MPStaticSet(
@@ -358,7 +357,6 @@ def __init__(
358357
)
359358
t.append(WriteVaspStaticFromPrev(other_params=vasp_input_set_params))
360359
elif structure is not None:
361-
print('here')
362360
vasp_input_set = vasp_input_set or MPStaticSet(
363361
structure, **vasp_input_set_params
364362
)

atomate/vasp/workflows/base/magnetism.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def _add_metadata(structure):
293293
user_incar_settings.update({"LAECHG": True})
294294
user_incar_settings.update(c.get("user_incar_settings", {}))
295295
c["user_incar_settings"] = user_incar_settings
296-
print(len(ordered_structures))
296+
297297
for idx, ordered_structure in enumerate(ordered_structures):
298298

299299
analyzer = CollinearMagneticStructureAnalyzer(ordered_structure)

0 commit comments

Comments
 (0)