https://github.com/GPflow/GPflow
Revision a35737f594170c243ef24b680570163d5f6ce317 authored by Artem Artemev on 20 March 2019, 22:52:33 UTC, committed by Artem Artemev on 20 March 2019, 22:52:33 UTC
1 parent 3e9f5ac
Raw File
Tip revision: a35737f594170c243ef24b680570163d5f6ce317 authored by Artem Artemev on 20 March 2019, 22:52:33 UTC
Change len(...) call to ndims
Tip revision: a35737f
.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