https://github.com/GPflow/GPflow
Revision 310dfefc55445d2e3dad2f836b3ff4e224845348 authored by Vincent Dutordoir on 25 March 2020, 09:19:30 UTC, committed by GitHub on 25 March 2020, 09:19:30 UTC
Move TODO in uncertain_conditional into NotImplementedError message
1 parent 718da13
Raw File
Tip revision: 310dfefc55445d2e3dad2f836b3ff4e224845348 authored by Vincent Dutordoir on 25 March 2020, 09:19:30 UTC
Move TODO into NotImplementedError message (#1365)
Tip revision: 310dfef
.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