https://github.com/GPflow/GPflow
Revision 6f36c1a846f3eb7288889a13fa586fcbf3c4763c authored by James Hensman on 10 August 2016, 19:26:11 UTC, committed by James Hensman on 10 August 2016, 19:26:11 UTC
1 parent 1ad6ed4
Raw File
Tip revision: 6f36c1a846f3eb7288889a13fa586fcbf3c4763c authored by James Hensman on 10 August 2016, 19:26:11 UTC
tf0.8 as minimum
Tip revision: 6f36c1a
.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