https://github.com/GPflow/GPflow
Revision f62b1b1ac5c96d45cb4825eb6b0566e71a5ffdd7 authored by Artem Artemev on 30 July 2017, 16:14:54 UTC, committed by Artem Artemev on 17 August 2017, 08:31:07 UTC
1 parent 22f6df6
Raw File
Tip revision: f62b1b1ac5c96d45cb4825eb6b0566e71a5ffdd7 authored by Artem Artemev on 30 July 2017, 16:14:54 UTC
Correct gradient unfolding
Tip revision: f62b1b1
.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