Skip to content

Commit 37094ad

Browse files
authored
Merge pull request #19 from LabForComputationalVision/bug_report_tempte
Bug report template
2 parents e4cf002 + c4dbcc7 commit 37094ad

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Please provide a short, reproducible example of the error, for example:
15+
```
16+
import pyrtools as pt
17+
import imageio
18+
19+
img = imageio.imread('DATA/Einstein.pgm'), dtype=torch.float32)
20+
pyr = pt.pyramids.LaplacianPyramid(img)
21+
# this raises an error
22+
recon_img = pyr.recon_pyr()
23+
```
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Screenshots**
29+
If applicable, add screenshots to help explain your problem.
30+
31+
**System (please complete the following information):**
32+
- OS: [e.g. Mac (with version), Ubuntu 18.04]
33+
- Python version [e.g. 3.7]
34+
- Pyrtools version [e.g. 1.0.1]
35+
36+
**Additional context**
37+
Add any other context about the problem here.

0 commit comments

Comments
 (0)