Skip to content

Commit

Permalink
tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
At0mn1yIvan committed Dec 23, 2023
1 parent df9fbfc commit 23ae0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task_3/khramov_i_global_search/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEST(Global_Search_MPI, Sqrt_Test) {

TEST(Global_Search_MPI, Square_Test) {
auto function = [](double x) { return pow(x, 2); };
GlobalSearchTesting(function, -20, 20, 0);
GlobalSearchTesting(function, -1, 1, 0);
}

TEST(Global_Search_MPI, Hard_Test) {
Expand Down

0 comments on commit 23ae0ef

Please sign in to comment.