https://github.com/GPflow/GPflow
Revision 8966847482605159e99b9cfbcaf6be3075882018 authored by Sergio Diaz on 26 June 2019, 14:27:07 UTC, committed by Sergio Diaz on 26 June 2019, 14:27:07 UTC
1 parent 8ead03c
Raw File
Tip revision: 8966847482605159e99b9cfbcaf6be3075882018 authored by Sergio Diaz on 26 June 2019, 14:27:07 UTC
Adding pytest.fixtures when appropiate
Tip revision: 8966847
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