https://github.com/GPflow/GPflow
Revision f70e04d8230a0dc66538420731a5a4da2d4bc42e authored by Jesper Nielsen on 27 January 2022, 16:51:57 UTC, committed by GitHub on 27 January 2022, 16:51:57 UTC
1 parent 6fb65a0
Raw File
Tip revision: f70e04d8230a0dc66538420731a5a4da2d4bc42e authored by Jesper Nielsen on 27 January 2022, 16:51:57 UTC
Clean up posterior caching code. (#1763)
Tip revision: f70e04d
.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