https://github.com/GPflow/GPflow
Revision 65aea216f478f67447e5fcd4ed5972507bf8261a authored by joelberkeley-pio on 30 July 2020, 10:13:27 UTC, committed by GitHub on 30 July 2020, 10:13:27 UTC
1 parent 3c17a7d
Raw File
Tip revision: 65aea216f478f67447e5fcd4ed5972507bf8261a authored by joelberkeley-pio on 30 July 2020, 10:13:27 UTC
pin tensorflow<2.3 tensorflow-probability<0.11 (#1537)
Tip revision: 65aea21
.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