Commit ff3c8d9
Fix Float32HFFTN test to call hfftn instead of hfft2
The test method was incorrectly calling fft.hfft2() instead of fft.hfftn(),
and using ihfft2() instead of ihfftn() for verification. Updated the TestOf
attribute to match the correct function being tested.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 95d6d4d commit ff3c8d9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7228 | 7228 | | |
7229 | 7229 | | |
7230 | 7230 | | |
7231 | | - | |
| 7231 | + | |
7232 | 7232 | | |
7233 | 7233 | | |
7234 | 7234 | | |
7235 | | - | |
| 7235 | + | |
7236 | 7236 | | |
7237 | 7237 | | |
7238 | 7238 | | |
7239 | | - | |
| 7239 | + | |
7240 | 7240 | | |
7241 | 7241 | | |
7242 | 7242 | | |
| |||
0 commit comments