https://github.com/GPflow/GPflow
Revision a4bfbe68ffcd2a2f232c4eb9d95251695ac8c360 authored by Vincent Dutordoir on 13 May 2020, 07:58:09 UTC, committed by GitHub on 13 May 2020, 07:58:09 UTC
* Add ipynb to gitignore
1 parent 00d2e66
Raw File
Tip revision: a4bfbe68ffcd2a2f232c4eb9d95251695ac8c360 authored by Vincent Dutordoir on 13 May 2020, 07:58:09 UTC
Add ipynb to gitignore (#1466)
Tip revision: a4bfbe6
.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