https://github.com/GPflow/GPflow
Revision 653babe5c35a4f70308804bb90266e3cec22316a authored by Hugh Salimbeni on 08 March 2018, 12:12:55 UTC, committed by Hugh Salimbeni on 08 March 2018, 12:12:55 UTC
1 parent fa79152
Raw File
Tip revision: 653babe5c35a4f70308804bb90266e3cec22316a authored by Hugh Salimbeni on 08 March 2018, 12:12:55 UTC
added nat grads tests
Tip revision: 653babe
.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