You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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:
Failing tests
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, theOPERATION_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 notebookThe text was updated successfully, but these errors were encountered: