https://github.com/GPflow/GPflow
Revision 70f18c14b019af9e285f462105e7751bac21e755 authored by st-- on 04 April 2018, 10:13:53 UTC, committed by Artem Artemev on 04 April 2018, 10:13:53 UTC
Allow params_as_tensors_for() to take several objects as varargs
1 parent 455a71f
Raw File
Tip revision: 70f18c14b019af9e285f462105e7751bac21e755 authored by st-- on 04 April 2018, 10:13:53 UTC
allow params_as_tensors_for() to take several objects as varargs (#672)
Tip revision: 70f18c1
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