https://github.com/GPflow/GPflow
Revision 903b60d2df1c83b1ddadf47cbefb3cf446b582f1 authored by Vincent Dutordoir on 27 August 2020, 10:50:00 UTC, committed by GitHub on 27 August 2020, 10:50:00 UTC
1 parent d025f96
Raw File
Tip revision: 903b60d2df1c83b1ddadf47cbefb3cf446b582f1 authored by Vincent Dutordoir on 27 August 2020, 10:50:00 UTC
Update min TFP supported version to 0.10 (#1551)
Tip revision: 903b60d
.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