https://github.com/GPflow/GPflow
Revision b7c0e009a13e219ce08c5857d895c5677ff5925a authored by ST John on 04 June 2020, 11:52:23 UTC, committed by ST John on 04 June 2020, 11:52:23 UTC
1 parent 647ca90
Raw File
Tip revision: b7c0e009a13e219ce08c5857d895c5677ff5925a authored by ST John on 04 June 2020, 11:52:23 UTC
give each multipledispatch-registered implementation a unique name so that docs are generated correctly. resolves #1494
Tip revision: b7c0e00
.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