https://github.com/GPflow/GPflow
Revision 87ef58304e0210858acec255f680b3be187b926f authored by st-- on 13 March 2020, 19:20:30 UTC, committed by GitHub on 13 March 2020, 19:20:30 UTC
patch_size -> patch_shape, IMG_SIZE -> IMAGE_SHAPE
1 parent dbafb10
Raw File
Tip revision: 87ef58304e0210858acec255f680b3be187b926f authored by st-- on 13 March 2020, 19:20:30 UTC
Update convolutional.pct.py (#1314)
Tip revision: 87ef583
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