https://github.com/GPflow/GPflow
Revision 7e95937288a544b77a1476cf42e3e694f5c00ecc authored by Jesper Nielsen on 12 July 2022, 11:02:03 UTC, committed by GitHub on 12 July 2022, 11:02:03 UTC
1 parent dd5a01e
Raw File
Tip revision: 7e95937288a544b77a1476cf42e3e694f5c00ecc authored by Jesper Nielsen on 12 July 2022, 11:02:03 UTC
Add shape checks to all of GPflow. (#1934)
Tip revision: 7e95937
.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