Revision 435dfcbde0f5c38b9faf195c0b235e1c1ada1b85 authored by Joaquin Rapela on 24 January 2022, 10:51:40 UTC, committed by GitHub on 24 January 2022, 10:51:40 UTC
* Fixed typo in SGPR equation
* Removed uncessary sigmas in BayesianGPLVM

Co-authored-by: st-- <st--@users.noreply.github.com>
Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com>
1 parent 6f7c111
Raw File
.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