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

[BUG] Cube Log file to Project Card fails when only Node changes are made #123

Open
1 task done
DavidOry opened this issue Apr 14, 2021 · 0 comments
Open
1 task done
Assignees
Labels
fix Something isn't working/bug fix
Milestone

Comments

@DavidOry
Copy link
Member

Describe the bug

When processing a Cube log file that adds a node, a logic error is triggered in the code and the software fails. The code is expecting link changes to be processed.

To Reproduce

Steps to reproduce the behavior:

  1. See the notebook here.

Failing tests

  • No applicable test failed, need to create.

Triggering line of code

Here.

Thoughts on resolution

The above line of code should live under the if statement here. If the _consolidate_actions method is not run, the OPERATION_final column is not created, and the _process_link_deletions method fails.

Full stack trace

See above notebook.

Environment

Operating system:
Context (conda, jupyter, etc): See above notebook
Environment (e.g. output from conda list): See above notebook

@DavidOry DavidOry added the fix Something isn't working/bug fix label Apr 14, 2021
i-am-sijia added a commit to BayAreaMetro/Lasso that referenced this issue Apr 15, 2021
@e-lo e-lo added this to the Release X milestone Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Something isn't working/bug fix
Projects
None yet
Development

No branches or pull requests

3 participants