https://github.com/GPflow/GPflow
Revision 282d1cdd1cea79702aeced3781239e79c2197f7c authored by polaschwoebel on 15 October 2020, 17:54:23 UTC, committed by GitHub on 15 October 2020, 17:54:23 UTC
1 parent 8562503
Raw File
Tip revision: 282d1cdd1cea79702aeced3781239e79c2197f7c authored by polaschwoebel on 15 October 2020, 17:54:23 UTC
HeteroskedasticTFPConditional should construct tensors at class-construction, not at module-import time (#1598)
Tip revision: 282d1cd
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top