Grapher, val will collapse variables when they shouldn't
Open
bug
- Dominant language
- Python
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Both assume that `funcfind` won't ever collapse, which is false, since `funcfind` will call `calc` when it finds a string that isn't a variable. A new method is needed that will do `funcfind` without collapsing variables; `funcfind` itself should not be changed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.