https://github.com/GPflow/GPflow
Revision 8a645f878d022df455ee4c5f57e3571800f46960 authored by Jesper Nielsen on 23 May 2022, 10:33:50 UTC, committed by GitHub on 23 May 2022, 10:33:50 UTC
1 parent 0b938cb
Raw File
Tip revision: 8a645f878d022df455ee4c5f57e3571800f46960 authored by Jesper Nielsen on 23 May 2022, 10:33:50 UTC
Fix type errors triggred by NumPy 1.22.4. (#1896)
Tip revision: 8a645f8
.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