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

Try to fix dangling reference flagged by CI #857

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatthewDaggitt
Copy link
Collaborator

The CI in various places is failing:
e.g. https://github.com/NeuralNetworkVerification/Marabou/actions/runs/12862710327/job/35858064473#step:12:122

because of a dangling reference. AttributeProto object may be deassigned as it is a local, so therefore better simply to return a copy of the TensorProto object.

@MatthewDaggitt
Copy link
Collaborator Author

Well even though the tests are still failing, they are failing at a later point so this seems like an improvement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant