Skip to content

Commit 92c12b4

Browse files
committed
fix tests
1 parent f41f6b2 commit 92c12b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/module_io/test/read_input_ptest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ TEST_F(InputParaTest, ParaRead)
279279
EXPECT_EQ(param.inp.vdw_cutoff_period[1], 3);
280280
EXPECT_EQ(param.inp.vdw_cutoff_period[2], 3);
281281
EXPECT_EQ(std::stod(param.inp.exx_hybrid_alpha), 0.0);
282-
EXPECT_EQ(std::stod(param.inp.exx_hybrid_beta), 0.0);
282+
EXPECT_EQ(std::stod(param.inp.exx_hybrid_beta), 0.25);
283283
EXPECT_EQ(param.inp.exx_use_ewald, 0);
284284
EXPECT_EQ(param.inp.exx_spencer_type, 0);
285285
EXPECT_EQ(param.inp.exx_fq_type, 1);

source/module_io/test/support/INPUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ vdw_cutoff_period 3 3 3 #periods of periodic structure
275275

276276
#Parameters (14.exx)
277277
exx_hybrid_alpha default #
278-
exx_hybrid_beta default #
278+
exx_hybrid_beta default #
279279
exx_hse_omega default #
280280
exx_separate_loop 1 #0 or 1
281281
exx_use_ewald 0

0 commit comments

Comments
 (0)