• gdesjardins's avatar
    Fixes ticket #375. · 060fc688
    gdesjardins 提交于
    a < b < c was failing silently by generating the graph "lt(b,c)".  We now forbid
    "boolean" comparison of the return value of __lt__, __le__, __gt__, __ge__.
    We cannot forbid "boolean" comparison of TensorVariables in general, since the
    syntax "if a:" is often used instead of "if a is not None:"
    060fc688
名称
最后提交
最后更新
..
compile 正在载入提交数据...
gof 正在载入提交数据...
misc 正在载入提交数据...
sandbox 正在载入提交数据...
scalar 正在载入提交数据...
sparse 正在载入提交数据...
tensor 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
configdefaults.py 正在载入提交数据...
configparser.py 正在载入提交数据...
gradient.py 正在载入提交数据...
printing.py 正在载入提交数据...
scan.py 正在载入提交数据...