https://github.com/GPflow/GPflow
Revision 0d97bc0bb3db40017f1278d6c1f292ea0f789ab0 authored by Artem Artemev on 27 March 2020, 16:57:51 UTC, committed by GitHub on 27 March 2020, 16:57:51 UTC
1 parent cf35758
Raw File
Tip revision: 0d97bc0bb3db40017f1278d6c1f292ea0f789ab0 authored by Artem Artemev on 27 March 2020, 16:57:51 UTC
MCMC notebook prior update & helper refactoring (#1372)
Tip revision: 0d97bc0
.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