https://github.com/GPflow/GPflow
Raw File
Tip revision: a7bba6aaab19dd1188e3963be41564622220a2e1 authored by ST John on 04 November 2020, 22:19:39 UTC
orbits, invariant kernel and snowflake prior
Tip revision: a7bba6a
.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