https://github.com/GPflow/GPflow
Revision 965189d8f50e8fad5c3de90715ba9ec3ae96ce76 authored by st-- on 02 July 2020, 10:10:16 UTC, committed by GitHub on 02 July 2020, 10:10:16 UTC
Clarify template to make it easier for contributors to fill in relevant information. 
1 parent 3669d13
Raw File
Tip revision: 965189d8f50e8fad5c3de90715ba9ec3ae96ce76 authored by st-- on 02 July 2020, 10:10:16 UTC
Update pull request template (#1510)
Tip revision: 965189d
.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