https://github.com/GPflow/GPflow
Revision 194aaa9d5b27a93df9b55e1a5f5364e851583fdc authored by alexggmatthews on 27 June 2016, 12:07:00 UTC, committed by alexggmatthews on 27 June 2016, 12:07:00 UTC
1 parent a208969
Raw File
Tip revision: 194aaa9d5b27a93df9b55e1a5f5364e851583fdc authored by alexggmatthews on 27 June 2016, 12:07:00 UTC
Building up test likelihoods.
Tip revision: 194aaa9
.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