https://github.com/GPflow/GPflow
Revision 99a0ecb5033f0c1342082bcc1486997cb27b436a authored by John Mcleod on 21 September 2021, 13:56:42 UTC, committed by GitHub on 21 September 2021, 13:56:42 UTC
1 parent 49a8cd8
Raw File
Tip revision: 99a0ecb5033f0c1342082bcc1486997cb27b436a authored by John Mcleod on 21 September 2021, 13:56:42 UTC
Fix tests which fail with TensorFlow 2.6.0 (#1714)
Tip revision: 99a0ecb
.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