https://github.com/GPflow/GPflow
Revision 59f3e2c476cefa0aa28949e241af813d85a12027 authored by Vincent Dutordoir on 31 March 2020, 15:15:00 UTC, committed by GitHub on 31 March 2020, 15:15:00 UTC
1 parent 4f9aff7
Raw File
Tip revision: 59f3e2c476cefa0aa28949e241af813d85a12027 authored by Vincent Dutordoir on 31 March 2020, 15:15:00 UTC
Update circleci to TF2.1 docker image (#1397)
Tip revision: 59f3e2c
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top