-
Notifications
You must be signed in to change notification settings - Fork 4
♻️feat(links/paths) remove links/paths and CGNS linking capacities #239
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
65cb63f
to
d7377ba
Compare
+ "_" | ||
+ str(physical_dim) | ||
) | ||
base_name = "Base_" + str(topological_dim) + "_" + str(physical_dim) |
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.
do you want to hard code this value ?
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.
it's only if base_name
is not specified, it's the same behavior as before (except I removed the parameter from the classe)
if zone_name is None: | ||
zone_name = self._mesh_zone_name | ||
|
||
zone_name = "Zone" |
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.
do you want to hard code this value ?
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.
it's only if zone_name
is not specified, it's the same behavior as before (except I removed the parameter from the classe)
|
||
### Removed | ||
|
||
- (sample/features) cgns links and paths, as well as args `mesh_base_name` and `mesh_zone_name` |
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.
oh I didn’t realize that args mesh_base_name and mesh_zone_name were also impacted by this PR
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.
LGTM
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.
BPM
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.
lgtm
Checklist
🔗 Related issues (optional)
Closes #79 (not implementing)