https://github.com/GPflow/GPflow
Raw File
Tip revision: e175478fb91752b184b45dcaa2fe5d714ec2e7f5 authored by Rasmus Bonnevie on 02 August 2017, 15:36:50 UTC
fixed issues with changes to TF syntax.
Tip revision: e175478
.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