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
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top