https://github.com/GPflow/GPflow
Revision 718da13f2097f16c321826e8cab8997d09c620c5 authored by st-- on 24 March 2020, 21:17:03 UTC, committed by GitHub on 24 March 2020, 21:17:03 UTC
1 parent 89e573d
Raw File
Tip revision: 718da13f2097f16c321826e8cab8997d09c620c5 authored by st-- on 24 March 2020, 21:17:03 UTC
Do not install `dataclasses` for python >= 3.7 (#1355)
Tip revision: 718da13
.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