https://github.com/GPflow/GPflow
Revision 595fb8cd23ce5e8b820d07461f2b90fc09e58af6 authored by Jesper Nielsen on 09 May 2022, 15:06:43 UTC, committed by GitHub on 09 May 2022, 15:06:43 UTC
1 parent 4317f56
Raw File
Tip revision: 595fb8cd23ce5e8b820d07461f2b90fc09e58af6 authored by Jesper Nielsen on 09 May 2022, 15:06:43 UTC
Stop using uninitialised variables. (#1882)
Tip revision: 595fb8c
.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