-
Notifications
You must be signed in to change notification settings - Fork 161
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
Adding firedrake_adjoint tests from pyadjoint #4023
Conversation
|
|
Why are the tests being moved? |
@connorjward suggested this option since we do not have any Firedrake code within pyadjoint. I also prefer keeping Firedrake/adjoint tests within Firedrake itself. We still seek to have firedrake/adjoints tests checked in the pyadjoint CI. |
Just had a chat with Connor about it. Sounds like the right thing to do, thanks for taking it on. |
I will include this PR in the coming Firedrake meeting to keep everyone informed. |
ee97c0a
to
9a30d4d
Compare
I have just rebased this PR so that all tests should now pass. |
Description
Move
firedrake_adjoint
tests from pyadjoint totests/firedrake/adjoint
. I also movedtest_ensemble_reduced_functional/test_ensemble_reduced_functional.py
totests/firedrake/adjoint
.