https://github.com/GPflow/GPflow
Revision e56305666b66d74019a021e7a9f2c0ecbf8980b4 authored by Vincent Dutordoir on 16 March 2020, 13:47:39 UTC, committed by GitHub on 16 March 2020, 13:47:39 UTC
Rename lengthscale to lengthscales
1 parent 8704514
Raw File
Tip revision: e56305666b66d74019a021e7a9f2c0ecbf8980b4 authored by Vincent Dutordoir on 16 March 2020, 13:47:39 UTC
Rename lengthscale to lengthscales (#1324)
Tip revision: e563056
.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