[BUG] STFT CSV export has incorrect shape and column format #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
The notebook is exporting STFT data to CSV with incorrect dimensions and column formatting. The exported CSV has 11 rows with 263,169 columns instead of the expected 2,565 rows with 513 columns. This indicates a fundamental problem with how the STFT data is being processed or exported.
Steps to Reproduce
Expected Behavior
The CSV file should have the correct dimensions matching the STFT output:
As confirmed by previous working exports:
Actual Behavior
The CSV file has completely incorrect dimensions:
Error Logs
Component
Jupyter Notebook
Version/Commit
2868101Environment
No response
Additional Context
No response