Revision 913bfe30b3fb898192d210fc97357548940ffb5e authored by James Hensman on 27 April 2018, 08:12:54 UTC, committed by GitHub on 27 April 2018, 08:12:54 UTC
* removing old notebooks dir 
* add symbolic link to notebooks
1 parent f31223c
Raw File
.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