https://github.com/GPflow/GPflow
Revision c3a46bd635895adfa41703da4668e306f7c0555a authored by Joachim van der Herten on 17 June 2019, 16:27:27 UTC, committed by st-- on 17 June 2019, 16:27:27 UTC
* Fix VGP build for updated dataholders
* Keep user configured priors and transforms for VGP q parameters when changing X and Y
1 parent 4b8cae1
Raw File
Tip revision: c3a46bd635895adfa41703da4668e306f7c0555a authored by Joachim van der Herten on 17 June 2019, 16:27:27 UTC
VGP data update (#617)
Tip revision: c3a46bd
.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