Revision 0008857065fad87c9f4c392e8491eb91fc56521a authored by John Bradshaw on 03 October 2017, 18:11:24 UTC, committed by John Bradshaw on 03 October 2017, 18:11:24 UTC
* improved test for SVGP to test both whitened and unwhitened versions
* building up demo
1 parent 705c382
Raw File
.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