https://github.com/GPflow/GPflow
Revision 2a17b8bcf33d8153dd3c56d1b2d908a510071921 authored by James Hensman on 30 August 2016, 15:23:29 UTC, committed by James Hensman on 30 August 2016, 15:23:29 UTC
1 parent e974f46
Raw File
Tip revision: 2a17b8bcf33d8153dd3c56d1b2d908a510071921 authored by James Hensman on 30 August 2016, 15:23:29 UTC
initial work on adding support for float32
Tip revision: 2a17b8b
.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__.:
back to top