We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9c883 commit aee1e88Copy full SHA for aee1e88
src/atomate2/lobster/schemas.py
@@ -597,7 +597,7 @@ def from_directory(
597
"bva_comp": True,
598
**calc_quality_kwargs,
599
}
600
- print(calc_quality_kwargs_updated)
+
601
cal_quality_dict = Analysis.get_lobster_calc_quality_summary(
602
path_to_poscar=structure_path,
603
path_to_vasprun=vasprun_path,
@@ -845,9 +845,8 @@ def from_directory(
845
calc_quality_text = None
846
describe = None
847
describe_ionic = None
848
- print(analyze_outputs)
849
- if analyze_outputs:
850
- if (
+ if analyze_outputs and (
851
icohplist_path.exists()
852
and cohpcar_path.exists()
853
and charge_path.exists()
0 commit comments