https://github.com/GPflow/GPflow
Revision 46e931845248c7b3a920462df0e8d876cadb3ba8 authored by Keisuke Fujii on 03 October 2016, 14:32:02 UTC, committed by James Hensman on 03 October 2016, 14:32:02 UTC
1 parent f6d57d0
Raw File
Tip revision: 46e931845248c7b3a920462df0e8d876cadb3ba8 authored by Keisuke Fujii on 03 October 2016, 14:32:02 UTC
Added return statements in vgp._compile(). (#219)
Tip revision: 46e9318
.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