Commit 1078dd0
approx1 off_grid Error
In the singal.py, for arrayfire.approx1, I found that the off_grid format should be float not double. Therefore I changed it and it now works as expected.
Sorry if this is not proper procedure for fixing bugs, this is my first time reporting bugs on using github.1 parent 0b29c3a commit 1078dd0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments