https://github.com/GPflow/GPflow
Revision e2acd61e17e8e4565ad211ae275c8f488b2b391f authored by Hugh Salimbeni on 28 March 2018, 11:10:42 UTC, committed by Mark van der Wilk on 28 March 2018, 11:10:42 UTC
* added notebook

* added callback to first example
1 parent c283fec
Raw File
Tip revision: e2acd61e17e8e4565ad211ae275c8f488b2b391f authored by Hugh Salimbeni on 28 March 2018, 11:10:42 UTC
Natural gradients notebook (#691)
Tip revision: e2acd61
.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