https://github.com/GPflow/GPflow
Revision 6251d97c909253b173ed408eb6f83f0a68730597 authored by Jesper Nielsen on 26 May 2022, 12:19:45 UTC, committed by GitHub on 26 May 2022, 12:19:45 UTC
1 parent 228f4c9
Raw File
Tip revision: 6251d97c909253b173ed408eb6f83f0a68730597 authored by Jesper Nielsen on 26 May 2022, 12:19:45 UTC
Fix bug in ShapeChecker related to multiple varrank dimensions. (#1897)
Tip revision: 6251d97
.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