https://github.com/GPflow/GPflow
Revision a5cc3a23b92576935eecf8817adf21436a83276f authored by st-- on 28 January 2019, 13:49:11 UTC, committed by GitHub on 28 January 2019, 13:49:11 UTC
Co-Authored-By: jameshensman <james.hensman@gmail.com>
1 parent 918a386
Raw File
Tip revision: a5cc3a23b92576935eecf8817adf21436a83276f authored by st-- on 28 January 2019, 13:49:11 UTC
typo fix in gpflow/models/sgpr.py
Tip revision: a5cc3a2
.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