https://github.com/GPflow/GPflow
Revision da10b35f220f2cad1d710728818f508ee78b9e73 authored by st-- on 02 May 2018, 11:15:56 UTC, committed by Artem Artemev on 02 May 2018, 11:15:56 UTC
1 parent ee4f774
Raw File
Tip revision: da10b35f220f2cad1d710728818f508ee78b9e73 authored by st-- on 02 May 2018, 11:15:56 UTC
Copy values of parameters in as_pandas_table method to make them independent from ongoing changes during optimization.
Tip revision: da10b35
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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