https://github.com/GPflow/GPflow
Revision 422ca25b2a609827f306bcff252a07f6044a39f7 authored by Jesper Nielsen on 07 April 2022, 09:18:44 UTC, committed by GitHub on 07 April 2022, 09:18:44 UTC
1 parent d24c3de
Raw File
Tip revision: 422ca25b2a609827f306bcff252a07f6044a39f7 authored by Jesper Nielsen on 07 April 2022, 09:18:44 UTC
Generate good error message if a variable is used in both a rank-1 and variable-rank context. (#1851)
Tip revision: 422ca25
.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