https://github.com/GPflow/GPflow
Revision 15793b46b715fbfda4414abfbd48c53b6c7ee4a7 authored by Alexander G. de G. Matthews on 14 February 2017, 20:24:24 UTC, committed by James Hensman on 14 February 2017, 20:24:24 UTC
* Docker file and readme edits
1 parent 20a3f49
Raw File
Tip revision: 15793b46b715fbfda4414abfbd48c53b6c7ee4a7 authored by Alexander G. de G. Matthews on 14 February 2017, 20:24:24 UTC
Docker file. (#336)
Tip revision: 15793b4
.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