https://github.com/GPflow/GPflow
Revision 626cdee8722e5c0b75f745c35bc5f2ba6f493b39 authored by Jesper Nielsen on 04 February 2022, 08:57:41 UTC, committed by GitHub on 04 February 2022, 08:57:41 UTC
1 parent 927eda1
Raw File
Tip revision: 626cdee8722e5c0b75f745c35bc5f2ba6f493b39 authored by Jesper Nielsen on 04 February 2022, 08:57:41 UTC
Refactor check_shapes into multiple files. (#1768)
Tip revision: 626cdee
.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