https://github.com/GPflow/GPflow
Revision 33ded03ccf5f7b493a4f2f5c42637fdf27ecb42d authored by Eric Hammy on 18 October 2019, 15:06:01 UTC, committed by Artem Artemev on 18 October 2019, 15:06:01 UTC
1 parent deb4508
Raw File
Tip revision: 33ded03ccf5f7b493a4f2f5c42637fdf27ecb42d authored by Eric Hammy on 18 October 2019, 15:06:01 UTC
Ensure all tf_probability distributions take the correct dtype parameters (#1103)
Tip revision: 33ded03
.coveragerc
[report]
omit = *tests*, setup.py
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