https://github.com/GPflow/GPflow
Revision cbc60d406f59b95a23e5d4357485311d4da83bea authored by James Hensman on 18 August 2016, 14:43:30 UTC, committed by James Hensman on 18 August 2016, 14:45:01 UTC
1 parent 63bb484
Raw File
Tip revision: cbc60d406f59b95a23e5d4357485311d4da83bea authored by James Hensman on 18 August 2016, 14:43:30 UTC
adding extra args to model.sample to pass through to hmc
Tip revision: cbc60d4
.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