https://github.com/GPflow/GPflow
Revision 6e6aee391867bd185f88f2780380f2bd357506b4 authored by James Hensman on 05 June 2017, 11:10:01 UTC, committed by James Hensman on 05 June 2017, 11:10:01 UTC
1 parent 2294a51
Raw File
Tip revision: 6e6aee391867bd185f88f2780380f2bd357506b4 authored by James Hensman on 05 June 2017, 11:10:01 UTC
addinf docstrings to transforms.py
Tip revision: 6e6aee3
.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