https://github.com/GPflow/GPflow
Revision f9ab7aa4e4ef8d5de269aa1469fedb6aace2ce9b authored by ST John on 25 March 2022, 12:47:17 UTC, committed by ST John on 25 March 2022, 12:47:17 UTC
1 parent 71e5d7b
Raw File
Tip revision: f9ab7aa4e4ef8d5de269aa1469fedb6aace2ce9b authored by ST John on 25 March 2022, 12:47:17 UTC
add import in __init__
Tip revision: f9ab7aa
.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