https://github.com/GPflow/GPflow
Revision 50422a37f029aa7491556116b0b5d858f5530be9 authored by Artem Artemev on 12 March 2019, 15:15:09 UTC, committed by Artem Artemev on 12 March 2019, 15:15:09 UTC
1 parent 9085216
Raw File
Tip revision: 50422a37f029aa7491556116b0b5d858f5530be9 authored by Artem Artemev on 12 March 2019, 15:15:09 UTC
Fixing active_dims
Tip revision: 50422a3
.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