https://github.com/GPflow/GPflow
Revision da01a3fd2c5f3456f8f5a784ba344a506d0ef3de authored by James Hensman on 31 January 2018, 16:54:44 UTC, committed by GitHub on 31 January 2018, 16:54:44 UTC
remove reindex_axis call in pretty_pandas_table
2 parent s d25eb15 + 52c222b
Raw File
Tip revision: da01a3fd2c5f3456f8f5a784ba344a506d0ef3de authored by James Hensman on 31 January 2018, 16:54:44 UTC
Merge pull request #636 from ialong/pandas_reindex
Tip revision: da01a3f
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