Skip to content

Commit f6a220f

Browse files
committed
fix test bug
1 parent 99f10f4 commit f6a220f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_psi/test/psi_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class TestPsi : public ::testing::Test
88
const int ink = 2;
99
const int inbands = 4;
1010
const int inbasis = 10;
11-
std::vector<int> ngk = {10, 10};
11+
std::vector<int> ngk = {10, 10, 10, 10};
1212

1313
const psi::Psi<std::complex<double>>* psi_object31 = new psi::Psi<std::complex<double>>(ink, inbands, inbasis, ngk, true);
1414
const psi::Psi<double>* psi_object32 = new psi::Psi<double>(ink, inbands, inbasis, ngk, true);

0 commit comments

Comments
 (0)