-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update multiply #34
Update multiply #34
Conversation
I'm not sure why the CIs are failing. Everything works smoothly on Woolf. Do you know whats wrong @robertodr? |
We recently had to update the |
You might also want to update the version of MRCPP that is fetched (look in |
If I'm not wrong it looks like it fetches |
Indeed! |
@stigrj I don't see anything different between |
It's on MRChem's |
94244ca
to
e340983
Compare
e340983
to
b5c975f
Compare
Not sure what's wrong with CircleCI here... Something about access to the repo, even thought it downloads anonymously... |
I've updated the Docker image, so you should now use: |
I can reproduce the aborted child error from Travis in debug |
I get the same abortion with |
Should vampyr always point to |
I get |
I'd say we should pin the dependency. I'll try running through the debugger later to see what's going on with the double free skullduggery... |
The debugger did not provide illumination. I've compiled on |
I narrowed it down to a single line in the simplest case
So just initialization and destruction of a |
Hmmm I removed the destructor in the base class in MRCPP and that python
line doesn't fail for me.
…On Mon, Sep 21, 2020, 09:25 Stig Rune Jensen ***@***.***> wrote:
I narrowed it down to a single line in the simplest case
basis = vp.InterpolatingBasis(5)
So just initialization and destruction of a ScalingBasis, in particular
one of its three Eigen::MatrixXd members.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4JOENFYFNNGAFJN7COTOLSG35VRANCNFSM4QUYXR4A>
.
|
Codecov Report
@@ Coverage Diff @@
## master #34 +/- ##
==========================================
- Coverage 85.81% 85.73% -0.08%
==========================================
Files 30 30
Lines 578 575 -3
==========================================
- Hits 496 493 -3
Misses 82 82
Continue to review full report at Codecov.
|
So there was a missing |
The agony! That flag should be exported as part of the MRCPP target then. Or removed altogether? |
Can you make codecov happy? |
FYI, MRChemSoft/mrcpp#147 does the export of the flag with the target. |
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.
What a trip this "simple" change was 😸 I'll push some other changes to the bindings as follow-up.
Now that all bots are happy, we can happily merge. Thanks @bjorgve! |
Wow you guys did allot of work here! Thanks! |
Making vampyr work with current master of mrcpp