Skip to content

Commit

Permalink
fix: resolve conflicts in order to be able to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SimLrt32 committed Aug 16, 2023
2 parents 1b5c0c9 + 073996c commit 6efebfa
Show file tree
Hide file tree
Showing 9 changed files with 366 additions and 247 deletions.
197 changes: 197 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pypam/acoustic_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def _apply_multiple(self, method_list, binsize=None, band_list=None, bin_overlap

# Bands selected to study
if band_list is None:
band_list = [[None, self.fs / 2]]
band_list = [[0, self.fs / 2]]

# Sort bands to diminish downsampling efforts!
sorted_bands = []
Expand Down
Loading

0 comments on commit 6efebfa

Please sign in to comment.