https://github.com/GPflow/GPflow
Revision 7ef68be223a0b4e138623362d606c9635c32622b authored by Jesper Nielsen on 04 March 2022, 12:08:09 UTC, committed by GitHub on 04 March 2022, 12:08:09 UTC
1 parent a4ebca0
Raw File
Tip revision: 7ef68be223a0b4e138623362d606c9635c32622b authored by Jesper Nielsen on 04 March 2022, 12:08:09 UTC
Fix problems discovered by numpy with type hints. (#1802)
Tip revision: 7ef68be
.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