https://github.com/GPflow/GPflow
Revision 0e58dcca38e0bd5917f64b6d9410d794567443dc authored by James Hensman on 03 August 2017, 07:47:23 UTC, committed by James Hensman on 03 August 2017, 07:47:23 UTC
1 parent 47e8c17
Raw File
Tip revision: 0e58dcca38e0bd5917f64b6d9410d794567443dc authored by James Hensman on 03 August 2017, 07:47:23 UTC
adding binsize and explanation to Poisson likelihood
Tip revision: 0e58dcc
.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