https://github.com/GPflow/GPflow
Revision 721756ae8e57d51a6517cadb348e470a74fbc92e authored by jakoblindinger on 12 January 2021, 12:31:17 UTC, committed by GitHub on 12 January 2021, 12:31:17 UTC
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 7688477
Raw File
Tip revision: 721756ae8e57d51a6517cadb348e470a74fbc92e authored by jakoblindinger on 12 January 2021, 12:31:17 UTC
list structured-dgp as downstream project (#1621)
Tip revision: 721756a
.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