https://github.com/GPflow/GPflow
Revision b3bace41d4e0ab4e862eb615563a57126ed6503f authored by PabloLeon on 28 April 2016, 16:37:38 UTC, committed by PabloLeon on 28 April 2016, 16:37:38 UTC
1 parent a8a7ed3
Raw File
Tip revision: b3bace41d4e0ab4e862eb615563a57126ed6503f authored by PabloLeon on 28 April 2016, 16:37:38 UTC
add tests for combination types
Tip revision: b3bace4
.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