• 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
名称
最后提交
最后更新
benchmark 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
theano 正在载入提交数据...
.hgignore 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
NEWS.txt 正在载入提交数据...
README.txt 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...