Test failed during installation at adjoints_ex2 #3641
Unanswered
hsantiago951
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
During the installation process, one of the tests failed while running make check in an up to date local branch from master. According to the output I received when running example adjoints_ex2, one of the refinement steps reached the following assertion:
Assertion `std::abs((forward_sensitivities[0][0] - sensitivity_QoI_0_0_exact)/sensitivity_QoI_0_0_exact) < 2.e-4' failed.
std::abs((forward_sensitivities[0][0] - sensitivity_QoI_0_0_exact)/sensitivity_QoI_0_0_exact) = 0.90665531162279289
2.e-4 = 0.00020000000000000001
I'm not sure it was an error on my end, but I believe the installation was successful. If there are any files I can upload to help figuring out the problem, please let me know.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions