https://github.com/GPflow/GPflow
Revision 55690c705317e56a93897958c72a0118d36dc0d9 authored by John Mcleod on 17 May 2021, 12:39:53 UTC, committed by GitHub on 17 May 2021, 12:39:53 UTC
1 parent b93548d
Raw File
Tip revision: 55690c705317e56a93897958c72a0118d36dc0d9 authored by John Mcleod on 17 May 2021, 12:39:53 UTC
Fix unit test which fails when running with TensorFlow 2.5.0 (#1684)
Tip revision: 55690c7
.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