Skip to content
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

Fix visited set bug in Graph class and refactor GenericNode component #1917

Merged
merged 3 commits into from
May 17, 2024

Conversation

ogabrielluiz
Copy link
Contributor

The Graph class had a bug where the visited set was not being properly updated. This pull request fixes that bug by ensuring that the vertex is added to the visited set before marking it.

In addition, the GenericNode component has been refactored to improve the handling of build status. The condition for checking if the build status is inactive has been modified to exclude the check for invalid validation status. This change ensures that the inactive status is properly displayed.

Copy link

vercel bot commented May 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 10:26pm

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working enhancement New feature or request javascript Pull requests that update Javascript code python Pull requests that update Python code labels May 17, 2024
@ogabrielluiz ogabrielluiz merged commit c3353be into dev May 17, 2024
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request javascript Pull requests that update Javascript code python Pull requests that update Python code size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant