From 33dd743de33ebd11eff7d02864d409aa74c572ea Mon Sep 17 00:00:00 2001 From: Kazuyoshi Yoshimi Date: Thu, 1 Feb 2024 09:24:11 +0900 Subject: [PATCH] change python to python3 in tests for te --- test/te_hubbard_chain_interall.sh | 2 +- test/te_hubbard_chain_interall_diagonal.sh | 2 +- test/te_kondo_chain_interall.sh | 2 +- test/te_spin_chain_interall.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/te_hubbard_chain_interall.sh b/test/te_hubbard_chain_interall.sh index 41086348a..ef56e09e5 100755 --- a/test/te_hubbard_chain_interall.sh +++ b/test/te_hubbard_chain_interall.sh @@ -2,7 +2,7 @@ mkdir -p te_hubbard_chain_interall/ cd te_hubbard_chain_interall -python "$1/test/testTECalc.py" -p "../../src/HPhi" -mpi "${MPIRUN}" +python3 "$1/test/testTECalc.py" -p "../../src/HPhi" -mpi "${MPIRUN}" # Check value: flct cat > reference.dat < reference.dat < reference.dat < reference.dat <