https://github.com/GPflow/GPflow
Revision 3ea8731889acd0879b081403e642cf93b3b7c976 authored by Vatsal Aggarwal on 18 February 2021, 16:29:39 UTC, committed by GitHub on 18 February 2021, 16:29:39 UTC
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 406d2d0
Raw File
Tip revision: 3ea8731889acd0879b081403e642cf93b3b7c976 authored by Vatsal Aggarwal on 18 February 2021, 16:29:39 UTC
Compatibility between Monitor API and SciPy optimizer (#1642)
Tip revision: 3ea8731
.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