https://github.com/GPflow/GPflow
Revision 0635a16e55a5604d5c3831271775e3031861f096 authored by alexggmatthews on 25 August 2016, 11:49:58 UTC, committed by alexggmatthews on 25 August 2016, 11:49:58 UTC
1 parent 1d8073e
Raw File
Tip revision: 0635a16e55a5604d5c3831271775e3031861f096 authored by alexggmatthews on 25 August 2016, 11:49:58 UTC
Changes to make model.py dump .json output not to be merged to master.
Tip revision: 0635a16
.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