https://github.com/GPflow/GPflow
Revision cf3575898826ce0f04aa65134984ad89d8d18b6e authored by Eric Hammy on 27 March 2020, 15:23:42 UTC, committed by GitHub on 27 March 2020, 15:23:42 UTC
Moved all `mo_` files to be in their own multioutput directory. This should be more sustainable as the number of multioutput items increases
1 parent 66010a4
Raw File
Tip revision: cf3575898826ce0f04aa65134984ad89d8d18b6e authored by Eric Hammy on 27 March 2020, 15:23:42 UTC
moved multioutput module files (#1353)
Tip revision: cf35758
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