https://github.com/GPflow/GPflow
Revision a296cc4223023a12082ea2cf0b358dedf9cb2da5 authored by James Hensman on 23 March 2017, 20:46:38 UTC, committed by GitHub on 23 March 2017, 20:46:38 UTC
removing references to tf_wraps.eye
2 parent s e7cd3eb + c5f28dd
Raw File
Tip revision: a296cc4223023a12082ea2cf0b358dedf9cb2da5 authored by James Hensman on 23 March 2017, 20:46:38 UTC
Merge pull request #376 from GPflow/native_eye
Tip revision: a296cc4
.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