https://github.com/GPflow/GPflow
Raw File
Tip revision: eaa4bfb8a3348d569f224a0563b9c0e9b8c2a7ac authored by Khurram Ghani on 25 April 2023, 09:24:28 UTC
Switch to using enum to select scipy XLA compile
Tip revision: eaa4bfb
.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