https://github.com/GPflow/GPflow
Revision 150a0d1ba9e7fb23476a79849df975c54b2ef967 authored by joelberkeley-pio on 14 May 2020, 13:37:09 UTC, committed by GitHub on 14 May 2020, 13:37:09 UTC
1 parent bf35d66
Raw File
Tip revision: 150a0d1ba9e7fb23476a79849df975c54b2ef967 authored by joelberkeley-pio on 14 May 2020, 13:37:09 UTC
add type hints to gpflow.base (#1427)
Tip revision: 150a0d1
.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