Skip to content

Commit 5f6ec94

Browse files
committed
Rename py_spin_spin test to spin_spin
1 parent a4e4497 commit 5f6ec94

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endforeach()
66

77
# List of all tests
88
set(all_tests
9-
./py_spin_spin
9+
./spin_spin
1010
./two_orbitals
1111
./multiorb
1212
./dimer

test/python/py_spin_spin.ref.h5

-158 KB
Binary file not shown.

test/python/py_spin_spin.py renamed to test/python/spin_spin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
S.solve(h_int=H, **p)
7474

7575
if mpi.is_master_node():
76-
with h5.HDFArchive("py_spin_spin.out.h5", 'w') as A:
76+
with h5.HDFArchive("spin_spin.out.h5", 'w') as A:
7777
A['G_tau'] = S.results.G_tau
7878
A['F_tau'] = S.results.F_tau
7979
A['nn_tau'] = S.results.nn_tau

0 commit comments

Comments
 (0)