-
Notifications
You must be signed in to change notification settings - Fork 21
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
try quick fix on #1136 #1137
try quick fix on #1136 #1137
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1137 +/- ##
=======================================
Coverage 73.20% 73.20%
=======================================
Files 55 55
Lines 4673 4673
=======================================
Hits 3421 3421
Misses 1252 1252
Continue to review full report at Codecov.
|
Looks good, it needs something similar for multiprocessor. |
I'd have to look for it, or please add if you have easy recall on where those lines of code are.
oops, which error would that be? |
See #1136 (comment) |
I added as I understand, please review. |
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 added same on multiproc
ping @dehann |
hi @Affie , we going back and forth. I think we can merge although I am not sure about the concerns you raised. It looks like you cleared them with the later commit. If you are happy, please go ahead and merge this PR. |
The concerns are about an underlying issue that causes the point to be zero. (that should not happen in this case) |
okay, understood thanks! |
Ok, I kind of remember (70%) the waning being from here:
|
fast-forward
error #1136 was caused by keyword arguments in AMP.manifoldProduct not having enough content for broadcasting. A few alternate PRs should have fixed the issue. The attempted fix in this PR is not valid, and would introduce an unwanted error. |
Might need backports