Skip to content

Conversation

@Synicix
Copy link
Contributor

@Synicix Synicix commented Oct 2, 2025

  • Added validation features for pipeline creation

Depends on #115

Resolves PIPE-120

@codecov
Copy link

codecov bot commented Oct 4, 2025

@eywalker eywalker self-requested a review October 20, 2025 18:09
.into_iter()
.map(|parent_idx| {
// Check if hash has been computed for this node, if not trigger computation
if graph[parent_idx].hash.is_empty() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be good to move the hash check to the node itself instead of performing the hash property check on the parent node.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@eywalker eywalker merged commit 853cc4f into nauticalab:dev Oct 21, 2025
4 checks passed
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.

2 participants