Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix revert] Калякина Анастасия. Задача 3. Вариант 8. Вычисление многомерных интегралов с использованием многошаговой схемы (метод трапеций). #853

Merged

Conversation

kalyakinaa
Copy link
Contributor

@kalyakinaa kalyakinaa commented Dec 29, 2024

Изменены параметры функциональных тестов: понижено количество шагов интегрирования для seq_func_tests для выполнения ограничения по времени.

Данная реализация имеет одно слабое место: количество подсчетов значения функции, а именно чем больше шагов при интегрировании, тем дольше выполняется программа, несмотря на то, что в каждой точке функция считается ровно один раз, независимо от количества вхождений точки в сумму (это определяется расчетом коэффициента)

Copy link
Contributor

@vitaliyvoroshilov vitaliyvoroshilov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its not your fault.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 97.68786% with 4 lines in your changes missing coverage. Please review.

Project coverage is 93.74%. Comparing base (8ab599d) to head (d9b1f43).
Report is 633 commits behind head on master.

Files with missing lines Patch % Lines
...kina_a_trapezoidal_integration_mpi/src/ops_mpi.cpp 96.63% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #853      +/-   ##
==========================================
- Coverage   94.98%   93.74%   -1.24%     
==========================================
  Files          28     1191    +1163     
  Lines         658    42141   +41483     
  Branches      219    19184   +18965     
==========================================
+ Hits          625    39505   +38880     
- Misses         19      902     +883     
- Partials       14     1734    +1720     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@allnes allnes merged commit 3159e69 into learning-process:master Dec 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants