https://github.com/GPflow/GPflow
Revision 8a58c574cd1b1c8dc1b4c970120e31a9d8110f36 authored by James Hensman on 30 June 2016, 08:53:56 UTC, committed by James Hensman on 30 June 2016, 08:53:56 UTC
1 parent 5be1aa6
Raw File
Tip revision: 8a58c574cd1b1c8dc1b4c970120e31a9d8110f36 authored by James Hensman on 30 June 2016, 08:53:56 UTC
a new function to make an array of samples into a dictionary of the same form as get_param_dict
Tip revision: 8a58c57
.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