id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,must_fix,platform,platform_version,status_info 3183,rasterlang,tsw,Barryrowlingson,"the equality operator does not work. In ops.py the current code exists: def eq(*args): debug.msg(1,""eq test "",args) for i in range(1,len(args)): if args[0]!=args[i]: return False return True the comparison between args[0] nad args[i] generates a bug suggesting calls to a.all() or a.any(). There is no need for a special eq operator. So replacing the line '=': Op('=',eq,2,99,""test equality""), with '=': Op('=',operator.eq,2,2,""test equality""), in ops.py produces a basic functioning equality operation for this plugin.",bug,closed,critical: causes crash or data corruption,Version 1.6.0,Python plugins and bindings,,invalid,"rasterlang, possible patch",,No,All,,0