https://github.com/GPflow/GPflow
Revision 1107f6dac297b9773a76c87a082204103512c8b0 authored by Jesper Nielsen on 06 July 2022, 13:22:59 UTC, committed by GitHub on 06 July 2022, 13:22:59 UTC
1 parent b7b8292
Raw File
Tip revision: 1107f6dac297b9773a76c87a082204103512c8b0 authored by Jesper Nielsen on 06 July 2022, 13:22:59 UTC
Add shape checks to the covariances. (#1927)
Tip revision: 1107f6d
.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