Skip to content

Commit 57cbf37

Browse files
committed
Nexus: Indent
1 parent 7020dda commit 57cbf37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nexus/nexus/pyscf_sim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def check_sim_status(self):
9797
"BatchSizeError", # pyscf/pyscf/mp/dfmp2_native.py
9898
"KPointSymmetryError", # pyscf/pyscf/pbc/lib/kpts_helper.py
9999
"RotationAxisNotFound", # pyscf/pyscf/symm/geom.py
100-
]
100+
]
101101
err_start = "Traceback (most recent call last):"
102102
if err_start in errors:
103103
self.failed = True

nexus/nexus/tests/test_pyscf_simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
TEST_FILES = {
1717
"scf_template.py": TEST_DIR / "test_pyscf_simulation_files/scf_template.py",
18-
}
18+
}
1919

2020

2121
def get_pyscf_sim(**kwargs):

0 commit comments

Comments
 (0)