Skip to content

Commit

Permalink
update syntax to new mt_metadata decimation
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 5, 2025
1 parent 55557b5 commit 3849b89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aurora/pipelines/process_mth5.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,9 @@ def save_fourier_coefficients(
dec_level_name,
decimation_level_metadata=decimation_level_metadata,
)
fc_decimation_level.from_xarray(stft_obj, decimation_level_metadata.sample_rate)
fc_decimation_level.from_xarray(
stft_obj, decimation_level_metadata.decimation.sample_rate
)
fc_decimation_level.update_metadata()
fc_group.update_metadata()
else:
Expand Down

0 comments on commit 3849b89

Please sign in to comment.