https://github.com/GPflow/GPflow
Revision 002ce7496ca451e8adbd4269eb6280a527d61a6e authored by Dave Cole on 06 July 2017, 04:33:23 UTC, committed by GitHub on 06 July 2017, 04:33:23 UTC
2 parent s f278102 + bbe0c13
Raw File
Tip revision: 002ce7496ca451e8adbd4269eb6280a527d61a6e authored by Dave Cole on 06 July 2017, 04:33:23 UTC
Merge branch 'master' into fix-gpmc-compile
Tip revision: 002ce74
.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