https://github.com/GPflow/GPflow
Revision 647ca90e9b85596b8b471fe17cbdf531964acfa1 authored by Prakhar Verma on 02 June 2020, 15:09:19 UTC, committed by GitHub on 02 June 2020, 15:09:19 UTC
1 parent 12243a6
Raw File
Tip revision: 647ca90e9b85596b8b471fe17cbdf531964acfa1 authored by Prakhar Verma on 02 June 2020, 15:09:19 UTC
Corrected variables name in convolutional notebook for better understanding (#1492)
Tip revision: 647ca90
.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