https://github.com/GPflow/GPflow
Revision c0aab321935650a15f74bc4bdf9f5b901bec20c3 authored by Artem Artemev on 20 February 2020, 13:23:46 UTC, committed by GitHub on 20 February 2020, 13:23:46 UTC
1 parent b035b21
Raw File
Tip revision: c0aab321935650a15f74bc4bdf9f5b901bec20c3 authored by Artem Artemev on 20 February 2020, 13:23:46 UTC
Add `make` to Docker image (#1269)
Tip revision: c0aab32
.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