Skip to content

Commit

Permalink
fix: save qualifiers config during to_disk
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Dec 20, 2023
1 parent bd8c582 commit ffbe555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edsnlp/pipes/trainable/span_qualifier/span_qualifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def to_disk(self, path, *, exclude=set()):
},
f,
)
super().to_disk(path, exclude=exclude)
return super().to_disk(path, exclude=exclude)

def from_disk(self, path, exclude=tuple()):
repr_id = object.__repr__(self)
Expand Down

0 comments on commit ffbe555

Please sign in to comment.