https://github.com/GPflow/GPflow
Revision ab157e897a912d0128f4de312788852bdd09e2b6 authored by James Hensman on 30 June 2016, 09:27:22 UTC, committed by James Hensman on 30 June 2016, 09:27:22 UTC
1 parent e8d7432
Raw File
Tip revision: ab157e897a912d0128f4de312788852bdd09e2b6 authored by James Hensman on 30 June 2016, 09:27:22 UTC
testing samples_dict with fixed param
Tip revision: ab157e8
.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