https://github.com/GPflow/GPflow
Revision 964cfeeb98d02f9a6356e00beb59819aa7414158 authored by Nicolas Durrande on 11 March 2020, 13:24:49 UTC, committed by GitHub on 11 March 2020, 13:24:49 UTC
Co-Authored-By: st-- <st--@users.noreply.github.com>
1 parent 78975cb
Raw File
Tip revision: 964cfeeb98d02f9a6356e00beb59819aa7414158 authored by Nicolas Durrande on 11 March 2020, 13:24:49 UTC
Update gpflow/kernels/stationaries.py
Tip revision: 964cfee
.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