https://github.com/GPflow/GPflow
Revision 565433642813dc38dfcf43042fccee3992d61509 authored by Sergio Diaz on 07 October 2019, 14:50:13 UTC, committed by Sergio Diaz on 07 October 2019, 14:50:13 UTC
2 parent s ecd0b82 + ab73c4b
Raw File
Tip revision: 565433642813dc38dfcf43042fccee3992d61509 authored by Sergio Diaz on 07 October 2019, 14:50:13 UTC
merging
Tip revision: 5654336
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top