Hello:
  Tracking a weird bug I've discovered the following:
  For a symbolic variable x and a numpy.float64 y, the code 'x<y' evals
to a Symbolic expression, while 'y<x' evals to a numpy.bool.
  I'm afraid I'm stacked, as it is the responsability of the method
numpy.float64.__lt__, and I can't assign it to a custom method, for example.
  Any idea what can I try so that 'y<x' evals to a Symbolic Expression
too (if you agree this should be the result)?
  Regards

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to