https://github.com/GPflow/GPflow
Revision 7e3e514db525caad1d964b1cb6ee4282a4e54190 authored by Artem Artemev on 07 May 2020, 12:22:34 UTC, committed by GitHub on 07 May 2020, 12:22:34 UTC
1 parent 5ec7e91
Raw File
Tip revision: 7e3e514db525caad1d964b1cb6ee4282a4e54190 authored by Artem Artemev on 07 May 2020, 12:22:34 UTC
Convert data structures to tensor in model init method (#1452)
Tip revision: 7e3e514
.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