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

Sequential Builder building from bottom to top? #767

Open
nkemnitz opened this issue Aug 7, 2024 · 0 comments
Open

Sequential Builder building from bottom to top? #767

nkemnitz opened this issue Aug 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nkemnitz
Copy link
Collaborator

nkemnitz commented Aug 7, 2024

From internal discussion:

@nkemnitz:

An issue I regular run into with my larger specs is RuntimeError: The infofile at ... does not exist, but the infospec given is empty with no reference path. That is technically correct. At time of check, the info file will not exist. It's usually a subsequent step that uses the result of the previous step (and for which I don't have a useful reference). How do you handle these situations?

@trivoldus28

I think this is an issue I was facing (things building not in order) but that was months ago

@supersergiy:

i think even the sequential builder does it bottom up now, starting from leafs nodes and coming up to parents instead of doing it in order like it did before

@nkemnitz nkemnitz added the bug Something isn't working label Aug 7, 2024
@supersergiy supersergiy self-assigned this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants