https://github.com/GPflow/GPflow
Revision f42cab06d8f931d72da412de1640680cf9792810 authored by ST John on 23 November 2017, 18:18:31 UTC, committed by ST John on 23 November 2017, 18:18:31 UTC
1 parent a429265
Raw File
Tip revision: f42cab06d8f931d72da412de1640680cf9792810 authored by ST John on 23 November 2017, 18:18:31 UTC
add positiveRescale transform combination
Tip revision: f42cab0
.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