https://github.com/GPflow/GPflow
Revision 627c39bfa1a79fd1285b751cbad2b35cdc807dd4 authored by ST John on 03 February 2021, 10:03:56 UTC, committed by ST John on 03 February 2021, 10:03:56 UTC
1 parent 7fadfd7
Raw File
Tip revision: 627c39bfa1a79fd1285b751cbad2b35cdc807dd4 authored by ST John on 03 February 2021, 10:03:56 UTC
commit missing types module
Tip revision: 627c39b
.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