https://github.com/GPflow/GPflow
Revision a8135157bfb968d94fb27bdf1970e31faf9ae5df authored by Felix Leibfried on 22 October 2019, 13:13:55 UTC, committed by st-- on 22 October 2019, 13:13:55 UTC

* explicitly set method="L-BFGS-B" and rerun
1 parent b0ddc6d
Raw File
Tip revision: a8135157bfb968d94fb27bdf1970e31faf9ae5df authored by Felix Leibfried on 22 October 2019, 13:13:55 UTC
GPflow2.0 notebook update: coregionalisation.ipynb (#1072)
Tip revision: a813515
.coveragerc
[report]
omit = *tests*, setup.py
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