https://github.com/GPflow/GPflow
Revision ee4f7742fb5372a53a4141166111b62dc2da5ba5 authored by Artem Artemev on 02 May 2018, 09:00:50 UTC, committed by Mark van der Wilk on 02 May 2018, 09:00:50 UTC
1 parent 3b49709
Raw File
Tip revision: ee4f7742fb5372a53a4141166111b62dc2da5ba5 authored by Artem Artemev on 02 May 2018, 09:00:50 UTC
GPflow scipy optimizer doesn't pass options kwargs to actual scipy optimizer correctly. (#738)
Tip revision: ee4f774
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top