Closed willjmax closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.65%. Comparing base (
36dc2d0
) to head (60e6f27
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR updates the
__repr__
method forFermiWord
andFermiSentence
to returnstr(dict(self))
. This representation uniquely defines the instance, and addresses [sc-72054].