https://github.com/GPflow/GPflow
Revision eac7334b5dd643652ca1f23d86f82b827f8a43fd authored by alexggmatthews on 27 June 2016, 11:17:34 UTC, committed by alexggmatthews on 27 June 2016, 11:17:34 UTC
1 parent 050bf0d
Raw File
Tip revision: eac7334b5dd643652ca1f23d86f82b827f8a43fd authored by alexggmatthews on 27 June 2016, 11:17:34 UTC
Changes to likelihood tests.
Tip revision: eac7334
.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__.:
back to top