https://github.com/GPflow/GPflow
Revision 2637c4a942f380aab9f893f29a87de053a01ff53 authored by Artem Artemev on 27 October 2017, 18:54:23 UTC, committed by Artem Artemev on 27 October 2017, 18:54:23 UTC
1 parent ddcddbe
Raw File
Tip revision: 2637c4a942f380aab9f893f29a87de053a01ff53 authored by Artem Artemev on 27 October 2017, 18:54:23 UTC
Correct HMC tests.
Tip revision: 2637c4a
.coveragerc
[report]
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