https://github.com/GPflow/GPflow
Raw File
Tip revision: 7fd2fee4d8b56eee399f71ffb3017626e3f01a4e authored by vdutor on 02 October 2018, 19:21:24 UTC
Merge branch 'develop' of https://github.com/GPflow/GPflow into vincent/shared-mixed-mok
Tip revision: 7fd2fee
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