https://github.com/GPflow/GPflow
Revision 0919a92e558de0437c5074d9ca3e44bb71c1bac4 authored by Artem Artemev on 23 March 2020, 18:25:47 UTC, committed by GitHub on 23 March 2020, 18:25:47 UTC
1 parent ce65114
Raw File
Tip revision: 0919a92e558de0437c5074d9ca3e44bb71c1bac4 authored by Artem Artemev on 23 March 2020, 18:25:47 UTC
Improve config documentation (#1267)
Tip revision: 0919a92
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top