https://github.com/GPflow/GPflow
Revision f746253f6d61780397e0aebd997f0f1b5db17ed6 authored by Vincent Dutordoir on 17 July 2018, 12:58:31 UTC, committed by Artem Artemev on 17 July 2018, 12:58:31 UTC
1 parent 1db48f3
Raw File
Tip revision: f746253f6d61780397e0aebd997f0f1b5db17ed6 authored by Vincent Dutordoir on 17 July 2018, 12:58:31 UTC
Fix bug in ndiag_mc re multi-dimensional kwargs (#813)
Tip revision: f746253
.coveragerc
[report]
omit = *tests*, setup.py
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