https://github.com/GPflow/GPflow
Revision c42cd4772543dc0c3756620c8b407d8dbf2b2ee0 authored by Jesper Nielsen on 10 June 2022, 08:51:54 UTC, committed by GitHub on 10 June 2022, 08:51:54 UTC
1 parent 9e50233
Raw File
Tip revision: c42cd4772543dc0c3756620c8b407d8dbf2b2ee0 authored by Jesper Nielsen on 10 June 2022, 08:51:54 UTC
Add shape checks to the conditionals. (#1906)
Tip revision: c42cd47
.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