-
Notifications
You must be signed in to change notification settings - Fork 7
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
General hypercube #134
General hypercube #134
Conversation
Co-authored-by: Pablo Brubeck <brubeck@protonmail.com>
Looks good in general. Could the |
Good shout, have modified to have this be the case |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am happy to merge this PR at this point, if you are also happy with that. Arguably this does not need new tests, as it is just refactoring.
We need to run firedrake CI, of course |
How do you typically do that for a fiat only change? open a firedrake branch/pull request and just change the ci to run on this branch? |
Correct, in the firedrake branch you add this to pip install "fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git@your/branch/name" |
Great thanks i'll set that up. |
Firedrake tests all passing here firedrakeproject/firedrake#4124 |
We would have to rerun the tests. It seems crucial to tell pip to ignore the original installation by passing
|
We should add a test for the previous commit |
Some FIAT tests added and all firedrake tests now passing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the code so these are just style points!
Co-authored-by: Connor Ward <c.ward20@imperial.ac.uk>
Builds on #68 in a way compatible with fuse development.