-
Notifications
You must be signed in to change notification settings - Fork 49
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
Move some linear algebra/matrix operations to internal API #1165
Conversation
For some reason not all CI tests are running, but I think some of the t30* tests now need ceed/backend.h added |
They aren't running because all of your Github Actions workflows are marked as
or, I'd love to develop right from |
Huh, I thought that on pull_request also covered forks? I don't have perms for adding people I don't think |
|
Ahh. I can fix that on Monday |
No problem! Another question for this is should these functions get pulled out of the Python/Fortran APIs? Looks like they are already not in the Rust one. |
Probably. Users have better options for that stuff in those languages other than libCEED |
Awesome I agree! Thanks |
1a917ae
to
e07d335
Compare
I added you to the repo so you can supersede with an in-repo branch if you'd like. |
Thank you!
…On Fri, Feb 24, 2023 at 8:29 PM Jed Brown ***@***.***> wrote:
I added you to the repo so you can supersede with an in-repo branch if
you'd like.
—
Reply to this email directly, view it on GitHub
<#1165 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGLF4FE4I6B7324AM5YBEUTWZGDA5ANCNFSM6AAAAAAVHPQY2Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
See #1166 for the CI fix. I want to get CI running for this branch for sanity, but the overall changes look right to my eye (though I don't trust my eye as much as the CI) |
#1166 merged, so rebasing should let CI run for this PR |
e07d335
to
44f3848
Compare
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.
Awesome, this looks good to me
I think this is ready for squash+merge but wanted to check if you had anything else to do on this branch first. It looks like there is a merge conflict? |
All good from my end, do what you need to do. I'm happy for you to rebase, squash, and merge as you'd like. |
Addresses #1156 (comment)