Skip to content

Commit

Permalink
lint code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EyubogluMerve committed Jan 30, 2024
1 parent 01e7ab6 commit 9675d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/msnoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __reshape_audio(self, audio, row_len=128):

return torch.transpose(torch.tensor(audio.reshape((-1, row_len))), 1, 0)

def __gen_datasets(self, exp_len=16384, row_len=128, overlap_ratio=0):
def __gen_datasets(self):

with warnings.catch_warnings():
warnings.simplefilter('error')
Expand Down

0 comments on commit 9675d5d

Please sign in to comment.