https://github.com/GPflow/GPflow
Revision 911a10b2b73d54774432a3a95eaffc8f940f5b45 authored by Sergio Pascual on 04 September 2019, 10:59:56 UTC, committed by Artem Artemev on 04 September 2019, 10:59:56 UTC
1 parent 6a02bf5
Raw File
Tip revision: 911a10b2b73d54774432a3a95eaffc8f940f5b45 authored by Sergio Pascual on 04 September 2019, 10:59:56 UTC
The `print_summary` now deals with list and dict in tf.Module (#1037)
Tip revision: 911a10b
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