https://github.com/GPflow/GPflow
Revision e0719edaffbc018257a648ae5fb06899ea2feefc authored by James Hensman on 28 July 2016, 16:12:19 UTC, committed by Mark van der Wilk on 28 July 2016, 16:12:19 UTC
* python3.5 compat in test_likelihoods

* py35 compatibility in autoflow
1 parent b4a8d1b
Raw File
Tip revision: e0719edaffbc018257a648ae5fb06899ea2feefc authored by James Hensman on 28 July 2016, 16:12:19 UTC
some small edits to keep GPflow working with python 3 (#137)
Tip revision: e0719ed
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
back to top