Reject zero substitutions in Laurent denominators#4357
Conversation
|
Interestingly, this PR unearthed a bug in an example of |
mahrud
left a comment
There was a problem hiding this comment.
This seems reasonable to me, but I fear the chance of conflicting with the two engine refactoring PRs is significant at the moment, so it would make sense to wait until those are merged first, then apply this small fix.
|
Of course this makes sense mathematically. However, it was a convenient "feature" to able to use Surely, there must be a better, less ad-hoc way to achieve something like this. Any suggestions? |
I forget if I ever submitted an issue:
will happily produce
matrix{{0,1/2}}instead of throwing an error. Fixed with test.AI Disclosure
codex helped me diagnose this.