https://github.com/GPflow/GPflow
Revision 1d8073e20a59250ba028f88400db7f7bc6c2782b authored by alexggmatthews on 25 August 2016, 11:48:02 UTC, committed by alexggmatthews on 25 August 2016, 11:48:02 UTC
1 parent 23b47f5
Raw File
Tip revision: 1d8073e20a59250ba028f88400db7f7bc6c2782b authored by alexggmatthews on 25 August 2016, 11:48:02 UTC
mnist demo file.
Tip revision: 1d8073e
.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