https://github.com/GPflow/GPflow
Revision 5bde0a4609136061c86e1c64c7b2cd74ce5c3990 authored by st-- on 18 June 2019, 10:52:07 UTC, committed by GitHub on 18 June 2019, 10:52:07 UTC
* Modified Saver to work with file-like objects as well as path names.

This required updating h5py>=2.9.0
Updated tests to test this.
Also removed some unused imports.
1 parent 125846f
Raw File
Tip revision: 5bde0a4609136061c86e1c64c7b2cd74ce5c3990 authored by st-- on 18 June 2019, 10:52:07 UTC
Modified Saver to work with file-like objects as well as path names. (#912)
Tip revision: 5bde0a4
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