https://github.com/GPflow/GPflow
Revision d9624ae24ff703215b66f948bb95300191459220 authored by st-- on 06 August 2018, 09:49:37 UTC, committed by GitHub on 06 August 2018, 09:49:37 UTC
GPflow no longer supports python 2 and hence references to the six module are redundant.
1 parent 54a276a
Raw File
Tip revision: d9624ae24ff703215b66f948bb95300191459220 authored by st-- on 06 August 2018, 09:49:37 UTC
remove references to six module (#816)
Tip revision: d9624ae
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