Skip to content

Commit b8f0caa

Browse files
committed
no limits for hse_omega and hybrid_beta
1 parent f031ee5 commit b8f0caa

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

source/module_io/test_serial/read_input_item_test.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,12 +1351,6 @@ TEST_F(InputTest, Item_test2)
13511351
param.input.dft_functional = "none";
13521352
it->second.reset_value(it->second, param);
13531353
EXPECT_EQ(param.input.exx_hybrid_beta, "0");
1354-
1355-
param.input.exx_hybrid_beta = "-1";
1356-
testing::internal::CaptureStdout();
1357-
EXPECT_EXIT(it->second.check_value(it->second, param), ::testing::ExitedWithCode(0), "");
1358-
output = testing::internal::GetCapturedStdout();
1359-
EXPECT_THAT(output, testing::HasSubstr("NOTICE"));
13601354
}
13611355
{ // exx_hse_omega
13621356
auto it = find_label("exx_hse_omega", readinput.input_lists);
@@ -1394,12 +1388,6 @@ TEST_F(InputTest, Item_test2)
13941388
param.input.dft_functional = "none";
13951389
it->second.reset_value(it->second, param);
13961390
EXPECT_EQ(param.input.exx_hse_omega, "0");
1397-
1398-
param.input.exx_hse_omega = "-1";
1399-
testing::internal::CaptureStdout();
1400-
EXPECT_EXIT(it->second.check_value(it->second, param), ::testing::ExitedWithCode(0), "");
1401-
output = testing::internal::GetCapturedStdout();
1402-
EXPECT_THAT(output, testing::HasSubstr("NOTICE"));
14031391
}
14041392
{ // exx_hybrid_step
14051393
auto it = find_label("exx_hybrid_step", readinput.input_lists);

0 commit comments

Comments
 (0)