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

Regression tester regressed f84052 #16739

Closed
tamiko opened this issue Mar 9, 2024 · 2 comments · Fixed by #16740
Closed

Regression tester regressed f84052 #16739

tamiko opened this issue Mar 9, 2024 · 2 comments · Fixed by #16740
Labels
Regression tester Issues reported by the regression tester bot

Comments

@tamiko
Copy link
Member

tamiko commented Mar 9, 2024

[start automated regression testsuite report]

Dear all,

this is the automated regression testsuite reporting a new regression between

Summary:

I have identified the following pull requests as possible candidates:

Notes:

[end automated regression testsuite report]

@tamiko tamiko added the Regression tester Issues reported by the regression tester bot label Mar 9, 2024
@bangerth
Copy link
Member

bangerth commented Mar 9, 2024

The errors are in tests like matrix_free/tensor_product_evaluate_01.debug. One would imagine that #16736 is the problem (@bergbauer @kronbichler FYI).

@bangerth
Copy link
Member

bangerth commented Mar 9, 2024

In fact, these are compile errors:

/scratch/users/testsuite/testsuite-FefJdjeG/dealii/tests/matrix_free/tensor_product_evaluate_01.cc: In function 'void test(unsigned int)':
/scratch/users/testsuite/testsuite-FefJdjeG/dealii/tests/matrix_free/tensor_product_evaluate_01.cc:73:34: error: 'evaluate_tensor_product_value_and_gradient' is not a member of 'dealii::internal'
   73 |       const auto val = internal::evaluate_tensor_product_value_and_gradient(
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/users/testsuite/testsuite-FefJdjeG/dealii/tests/matrix_free/tensor_product_evaluate_01.cc:85:38: error: 'evaluate_tensor_product_value_and_gradient' is not a member of 'dealii::internal'
   85 |           const auto val = internal::evaluate_tensor_product_value_and_gradient(
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Regression tester Issues reported by the regression tester bot
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants