Skip to content

Conversation

@pulsipher
Copy link
Collaborator

Fixes #376. The issue was the arrays that tracked variable dependencies for deletion were iterated over and unintentionally modified at the same time. Creating a copy of the arrays fixes the issue.

@pulsipher
Copy link
Collaborator Author

Requires #378.

@codecov
Copy link

codecov bot commented Apr 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.67%. Comparing base (ea7d2a9) to head (12c786b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #377   +/-   ##
=======================================
  Coverage   99.67%   99.67%           
=======================================
  Files          35       35           
  Lines        6760     6760           
=======================================
  Hits         6738     6738           
  Misses         22       22           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pulsipher pulsipher merged commit 5915743 into master Apr 24, 2025
10 checks passed
@pulsipher pulsipher deleted the deletion_patch branch April 24, 2025 03:19
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

Successfully merging this pull request may close these issues.

Deleting variables does not work when a constraint evaluates a variable at multiple time points

2 participants