Closed willjmax closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.63%. Comparing base (
0b8877e
) to head (214d0d7
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Remember to add a changelog
entry and a merge-ready
label when you get another approval.
This PR adds an optional flag to the
FermiWord
andFermiSentence
methodsto_mat
which when set will return a sparse matrix. Both are used in the following way:mat = fw.to_mat(format="csr")
. This PR addresses [sc-72169].