Open null-a opened 5 years ago
From #54:
Currently a formula like 'y ~ a * b'
will throw an assertion error during code generation. Maybe we can recognize *
as a valid Op but throw an NotImplementedError if we see it being used in the formula.
File "/Users/npradhan/workspace/pyro_dev/brmp/brmp/formula.py", line 208, in rpn2ast
assert len(out) == 1
AssertionError
At some point, I'm hoping to make a pass through all of the code fixing as many of these as I can.