https://github.com/GPflow/GPflow
Revision ae7ed2cabcdba04d380382357d288631addc990b authored by Nikitas Rontsis on 30 April 2018, 20:59:29 UTC, committed by Artem Artemev on 30 April 2018, 20:59:29 UTC
1 parent aae4f34
Raw File
Tip revision: ae7ed2cabcdba04d380382357d288631addc990b authored by Nikitas Rontsis on 30 April 2018, 20:59:29 UTC
Numerically stable scaled squred distance via clipping near to 0.
Tip revision: ae7ed2c
.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