https://github.com/GPflow/GPflow
Revision 552074a4cfa3dfb5cb00e2590c6c5150a7a51175 authored by st-- on 09 December 2019, 14:24:19 UTC, committed by GitHub on 09 December 2019, 14:24:19 UTC
* fix bug in Kernel.on_separate_dims
* regression test
1 parent ef5a7ca
Raw File
Tip revision: 552074a4cfa3dfb5cb00e2590c6c5150a7a51175 authored by st-- on 09 December 2019, 14:24:19 UTC
fix bug in Kernel.on_separate_dims (#1178)
Tip revision: 552074a
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