Skip to content

Commit

Permalink
Update feats_opensmile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris authored Apr 23, 2024
1 parent 5c03a72 commit 166a98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nkululeko/feat_extract/feats_opensmile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Opensmileset(Featureset):
def __init__(self, name, data_df, feats_type=None, config_file=None):
super().__init__(name, data_df)
super().__init__(name, data_df, feats_type)
self.featset = self.util.config_val("FEATS", "set", "eGeMAPSv02")
try:
self.feature_set = eval(f"opensmile.FeatureSet.{self.featset}")
Expand Down

0 comments on commit 166a98b

Please sign in to comment.