https://github.com/GPflow/GPflow
Revision 3b5c8c77c46e4397d75544af5372044777170c0b authored by Sergio Diaz on 10 September 2019, 13:57:09 UTC, committed by Sergio Diaz on 10 September 2019, 13:57:09 UTC
!!! Still don't pass (hence in _unsorted_tests folder),
waiting for VGP to me merged
1 parent bb09839
Raw File
Tip revision: 3b5c8c77c46e4397d75544af5372044777170c0b authored by Sergio Diaz on 10 September 2019, 13:57:09 UTC
Preparing Coregion tests for TF2.0 GPflow2.0
Tip revision: 3b5c8c7
ISSUE_TEMPLATE.md
# Standard GPflow issue template

## Bug case

1. Describe a bug shortly - reasons and context.
2. Write down a testable minimal working example. We appreciate if you could not publish big snippets of code telling: "Houston, we have a problem". Your code must be copypast-able and the issue should be easily reproducible.
3. Sometimes extra information is required as well:
    * GPflow version or git commit (SHA hash) which you are using (e.g. `git rev-parse HEAD`)
    * Tensorflow version
    * Does your tensorflow use GPU or not
    * Python version
    * OS
    * PC, macbook configuration
back to top