Skip to content

Commit

Permalink
fixed base name default
Browse files Browse the repository at this point in the history
  • Loading branch information
beasteers authored and bmcfee committed Apr 14, 2022
1 parent 354d528 commit b7edf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpp/feature/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class FeatureExtractor(Scope):
Setting to `uint8` will produced quantized features.
'''
def __init__(self, name, sr=22050, hop_length=512, conv=None, dtype='float32'):
def __init__(self, name=None, sr=22050, hop_length=512, conv=None, dtype='float32'):

super(FeatureExtractor, self).__init__(name)

Expand Down

0 comments on commit b7edf1e

Please sign in to comment.