Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hzaatiti-NYU committed Jul 10, 2024
1 parent 167f5ff commit 353d415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dashboards/generate_snr_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ def create_snr_plot(snr_values, output_file):
snr_values = compute_snr(raw_data)

# Create and save the SNR plot
output_file = '../_static/snr_plot.html'
output_file = '_static/snr_plot.html'
create_snr_plot(snr_values, output_file)

0 comments on commit 353d415

Please sign in to comment.