Skip to content

Conversation

casenave
Copy link
Member

@casenave casenave commented Sep 26, 2025

Checklist

  • Typing enforced
  • Documentation updated
  • Changelog updated
  • Tests and Example updates
  • Coverage should be 100%

🔗 Related issues (optional)

Closes #79 (not implementing)

@casenave casenave requested a review from a team as a code owner September 26, 2025 13:16
@casenave casenave marked this pull request as draft September 26, 2025 13:16
@casenave casenave changed the title Datasets roadmap ♻️feat(links/paths) remove links/paths and CGNS linking capacities Sep 26, 2025
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@casenave casenave added this to the version 0.1.10 milestone Oct 5, 2025
+ "_"
+ str(physical_dim)
)
base_name = "Base_" + str(topological_dim) + "_" + str(physical_dim)
Copy link
Contributor

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 ?

Copy link
Member Author

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"
Copy link
Contributor

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 ?

Copy link
Member Author

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`
Copy link
Contributor

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

Copy link
Contributor

@xroynard xroynard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Base automatically changed from globals to main October 9, 2025 10:13
@casenave casenave marked this pull request as ready for review October 9, 2025 10:52
Copy link
Contributor

@bstaber bstaber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BPM

Copy link
Contributor

@xroynard xroynard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@casenave casenave merged commit 2260afe into main Oct 10, 2025
24 checks passed
@casenave casenave deleted the datasets_roadmap branch October 10, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add cross-samples CGNS links

4 participants