-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add safety checks of .f #7
Copy link
Copy link
Open
Labels
next major releasewill be implemented in next major releasewill be implemented in next major releasesafety check
Metadata
Metadata
Assignees
Labels
next major releasewill be implemented in next major releasewill be implemented in next major releasesafety check
It is possible that the function in
.fuses the same variable as specified inidxwhich defaults toi. There should be a check in place, checking this , raising an error with the advise to setidxto a variable that is not used in.f.Need to solve #6 before solving this issue.
There also be other safety checks in place for all possible inputs like
.sel.inp1etc.