https://github.com/GPflow/GPflow
Revision 403aad4a782f4cf3b8a4611d729a492aee94b48b authored by Jesper Nielsen on 29 September 2022, 12:14:35 UTC, committed by GitHub on 29 September 2022, 12:14:35 UTC
1 parent 74a5792
Raw File
Tip revision: 403aad4a782f4cf3b8a4611d729a492aee94b48b authored by Jesper Nielsen on 29 September 2022, 12:14:35 UTC
Fix bug related to `tf.saved_model` and methods wrapped in `@check_shapes`. (#1991)
Tip revision: 403aad4
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/sphinx/notebooks/*"
back to top