https://github.com/GPflow/GPflow
Revision 80528a3de8836b6c3acac919e415db0cc92a3412 authored by hrs13 on 14 March 2018, 13:25:41 UTC, committed by hrs13 on 14 March 2018, 13:25:41 UTC
1 parent 6014011
Raw File
Tip revision: 80528a3de8836b6c3acac919e415db0cc92a3412 authored by hrs13 on 14 March 2018, 13:25:41 UTC
added tests for xi transforms, and added nasty placeholder_with_default
Tip revision: 80528a3
.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