https://github.com/GPflow/GPflow
Revision b3937221f49720fd6a54a2c818497f19c7bb19c7 authored by Artem Artemev on 12 March 2019, 15:46:35 UTC, committed by Artem Artemev on 12 March 2019, 15:46:35 UTC
1 parent 1ee9146
Raw File
Tip revision: b3937221f49720fd6a54a2c818497f19c7bb19c7 authored by Artem Artemev on 12 March 2019, 15:46:35 UTC
Transfer likelihood tests
Tip revision: b393722
.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