https://github.com/GPflow/GPflow
Revision 7a2e151caf79dd5553d25bee7a71302b9a7f519a authored by Artem Artemev on 13 March 2019, 23:11:39 UTC, committed by Artem Artemev on 13 March 2019, 23:11:39 UTC
1 parent b393722
Raw File
Tip revision: 7a2e151caf79dd5553d25bee7a71302b9a7f519a authored by Artem Artemev on 13 March 2019, 23:11:39 UTC
Transfer logdensities tests
Tip revision: 7a2e151
.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