https://github.com/GPflow/GPflow
Revision fdb8efbd1355280fa088643fad85692431b68adb authored by Vincent Dutordoir on 28 November 2018, 19:37:13 UTC, committed by Artem Artemev on 28 November 2018, 19:37:13 UTC
1 parent 18fa159
Raw File
Tip revision: fdb8efbd1355280fa088643fad85692431b68adb authored by Vincent Dutordoir on 28 November 2018, 19:37:13 UTC
Support TensorFlow 1.12 (#877)
Tip revision: fdb8efb
.coveragerc
[report]
omit = *tests*, setup.py
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__.:
    print
back to top