https://github.com/GPflow/GPflow
Revision 62472ea0f644e40f6a9230a671e0d424cf5da9a3 authored by Alexander G. de G. Matthews on 18 August 2016, 15:08:01 UTC, committed by GitHub on 18 August 2016, 15:08:01 UTC
adding extra args to model.sample to pass through to hmc
2 parent s 63bb484 + cbc60d4
Raw File
Tip revision: 62472ea0f644e40f6a9230a671e0d424cf5da9a3 authored by Alexander G. de G. Matthews on 18 August 2016, 15:08:01 UTC
Merge pull request #167 from GPflow/hmc_options
Tip revision: 62472ea
.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