Re: [sympy] Preventing evaluation of boolean logic operators

2016-03-09 Thread Sartaj Singh
> What would be the best place to do a bug report ? Github ? Yes, we have our bug tracker on github. File an issue [here]( https://github.com/sympy/sympy/issues). On 9 March 2016 at 23:46, Vincent Noel wrote: > Many thanks Aaron ! > > What would be the best place

Re: [sympy] Preventing evaluation of boolean logic operators

2016-03-09 Thread Vincent Noel
Many thanks Aaron ! What would be the best place to do a bug report ? Github ? Vincent On Tuesday, March 8, 2016 at 6:48:46 PM UTC-3, Aaron Meurer wrote: > > I think the evaluation of booleans happens in the superclass > (LatticeOp), which ignores the evaluate flag. It should probably be >

[sympy] Preventing evaluation of boolean logic operators

2016-03-08 Thread Vincent Noel
Hi ! I'm working on a project where I need to save expressions unevaluated. So far so good, but I'm having a problem with boolean operators. Here is an example of expression (coming from test units, thus the apparent weirdness) : True && False which I'm writing in Sympy as :