Closed SamFerracin closed 7 months ago
Context: This PR adds logic to validate circuit.path. The path is now automatically (and efficiently) validated when a user sets it, making sure that simulations are not interrupted by path-related errors.
circuit.path
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.95%. Comparing base (a575f0c) to head (51ffc8f). Report is 1 commits behind head on develop.
a575f0c
51ffc8f
Context: This PR adds logic to validate
circuit.path
. The path is now automatically (and efficiently) validated when a user sets it, making sure that simulations are not interrupted by path-related errors.