-
Notifications
You must be signed in to change notification settings - Fork 6
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
change IsInside check for UnionAll to act only on the selected solid not the full collection. #212
Conversation
…(not the full collection)
Yes please, can you implement remage/src/RMGVertexConfinement.cc Lines 110 to 120 in f229251
|
Yeah I thought about it, I can definitely do this if we prefer that solution. |
I want to setup Python for tests today, with an example, after #210 is merged. |
Ok lets try to implement the tests later then, I have anyway all the python scripts I used. |
Have a look now @gipert |
Can you also update |
Yes sure, I can do it later.
…________________________________
From: Luigi Pertoldi ***@***.***>
Sent: Sunday, December 29, 2024 1:04 PM
To: legend-exp/remage ***@***.***>
Cc: Dixon, Toby ***@***.***>; Author ***@***.***>
Subject: Re: [legend-exp/remage] change IsInside check for UnionAll to act only on the selected solid not the full collection. (PR #212)
⚠ Caution: External sender
Can you also update SampleableObjectCollection::IsInside() to use it?
—
Reply to this email directly, view it on GitHub<#212 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANSET43G6CM5FQJZS3EKZML2H7QLVAVCNFSM6AAAAABUKVCJPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUG4YDEOBQGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Did it no worries, I merge this and you can add/fix the rest in a future PR. |
Fixes #209 (at least for UnionAll), however, maybe we would like a cleaner solution than making a container with only 1 solid in it.
We also need to: