https://github.com/GPflow/GPflow
Revision 8fac3c441d8c7da1925f84b5153658abccc31f88 authored by vdutor on 27 February 2018, 17:02:09 UTC, committed by Artem Artemev on 27 February 2018, 17:02:09 UTC
1 parent 6c43de1
Raw File
Tip revision: 8fac3c441d8c7da1925f84b5153658abccc31f88 authored by vdutor on 27 February 2018, 17:02:09 UTC
Corrected the PCA implementation (#661)
Tip revision: 8fac3c4
.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