File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments