https://github.com/GPflow/GPflow
Revision 10a0c9d1b8a5584cead05bd943f4d42651e9a54e authored by gustavocmv on 12 May 2020, 12:53:22 UTC, committed by GitHub on 12 May 2020, 12:53:22 UTC
* fixes

* typo fix; reshaping fix

* notebook showing how to use HeteroskedasticTFPDistribution likelihood

* converting to .pct.py format

* removed .ipynb

* better descriptions

* black auto-formatting

Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com>
1 parent 310786b
Raw File
Tip revision: 10a0c9d1b8a5584cead05bd943f4d42651e9a54e authored by gustavocmv on 12 May 2020, 12:53:22 UTC
Notebook exemplifying HeteroskedasticTFPDistribution usage (#1462)
Tip revision: 10a0c9d
.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