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
In PR #728, extra node data validation was introduced. In particular, files without information for either `nodes` or `branches` caused erroring.
This is problematic for test scripts that may produce empty node data in test cases.
This PR removes the eager validation. In the future we could reintroduce it as a warning.
And possibly an error but with opt-out.
0 commit comments