-
Notifications
You must be signed in to change notification settings - Fork 249
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
[FastPR][Core] Remove mesh_id warnings from AssignVectorByDirection processes #12581
[FastPR][Core] Remove mesh_id warnings from AssignVectorByDirection processes #12581
Conversation
Can you check why pipelies fail?. then I will approve |
Because some tests are deliberately adding it... I'd remove it from there. |
Note that I removed the backwards compatibility handler, which has been in there for around six months. |
It is Okay |
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.
nice!
Are there plans to remove this also from the modelpart (where possible)
Unfortunately there is no plan in this regard... I just came across with these ones and stepped up to remove them. |
a174162
Sorry guys @loumalouomega @philbucher , I missed one... |
📝 Description
Remove the deprecated
mesh_id
from the defaults of these processes. Note that the backwards compatibility is handled in the parent class. Indeed, the defaults of these processes were always adding themesh_id
to be then removed in the parent class by the backwards compatibility handler (with the annoying warning message).