https://github.com/GPflow/GPflow
Revision 0ef6c62e69f124c808e12fc50bd4abe5e3f2337d authored by frgsimpson on 01 February 2022, 11:58:46 UTC, committed by frgsimpson on 01 February 2022, 11:58:46 UTC
1 parent 7922d48
Raw File
Tip revision: 0ef6c62e69f124c808e12fc50bd4abe5e3f2337d authored by frgsimpson on 01 February 2022, 11:58:46 UTC
Fix HetGPR arguments
Tip revision: 0ef6c62
.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