30 lines
493 B
Markdown
30 lines
493 B
Markdown
---
|
|
name: Bug report
|
|
about: Something isn't working correctly
|
|
labels: bug
|
|
---
|
|
|
|
## Describe the bug
|
|
|
|
<!-- A clear description of what went wrong. -->
|
|
|
|
## Steps to reproduce
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected behaviour
|
|
|
|
## Actual behaviour
|
|
|
|
<!-- Paste relevant log output below (redact any API keys or personal info): -->
|
|
|
|
```
|
|
|
|
## Environment
|
|
|
|
- Peregrine version: <!-- output of `./manage.sh status` or git tag -->
|
|
- OS:
|
|
- Runtime: Docker / conda-direct
|
|
- GPU profile: remote / cpu / single-gpu / dual-gpu
|