https://github.com/GPflow/GPflow
Revision 3e10dd9b13884c59e4c57cf112c4ce68b63cc529 authored by Markus Kaiser on 03 May 2017, 12:55:40 UTC, committed by Markus Kaiser on 03 May 2017, 12:55:40 UTC
1 parent ab3079a
Raw File
Tip revision: 3e10dd9b13884c59e4c57cf112c4ce68b63cc529 authored by Markus Kaiser on 03 May 2017, 12:55:40 UTC
Simplify optional removal of state keys
Tip revision: 3e10dd9
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top