https://github.com/GPflow/GPflow
Revision aa98c551b3b7ed663eb8bdc678f1bb98861fcced authored by st-- on 10 May 2018, 14:24:12 UTC, committed by Mark van der Wilk on 10 May 2018, 14:24:12 UTC
* quickfix for bug with params_as_tensors_for

* now last-in first-out as it should be

* fix bug in bug fix
1 parent 17781c2
Raw File
Tip revision: aa98c551b3b7ed663eb8bdc678f1bb98861fcced authored by st-- on 10 May 2018, 14:24:12 UTC
quickfix for bug with params_as_tensors_for (#751)
Tip revision: aa98c55
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