https://github.com/GPflow/GPflow
Revision 263b2fd8a9ffc1aca9b373ba99c97411167f37b3 authored by Alexander G. de G. Matthews on 19 January 2017, 10:05:21 UTC, committed by James Hensman on 19 January 2017, 10:05:21 UTC
* Small corrections to SGPR notes.

* adding missing equals signs.

* Correcting typo in notebook.

* Small tweak to get code cov to run.
1 parent 3863e13
Raw File
Tip revision: 263b2fd8a9ffc1aca9b373ba99c97411167f37b3 authored by Alexander G. de G. Matthews on 19 January 2017, 10:05:21 UTC
Sgpr notes (#299)
Tip revision: 263b2fd
.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__.:
    print
back to top