Spico197 / DocEE

🕹️ A toolkit for document-level event extraction, containing some SOTA model implementations.
https://doc-ee.readthedocs.io/
MIT License
232 stars 36 forks source link

Code refactoring #67

Closed tosemml closed 1 year ago

tosemml commented 1 year ago

These slight code adjustments aim to enhance Pythonic quality by incorporating python str.join

codecov[bot] commented 1 year ago

Codecov Report

Merging #67 (022570b) into main (af501b6) will increase coverage by 0.00%. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main      #67   +/-   ##
=======================================
  Coverage   20.31%   20.31%           
=======================================
  Files          20       20           
  Lines        4569     4568    -1     
=======================================
  Hits          928      928           
+ Misses       3641     3640    -1     
Files Changed Coverage Δ
dee/helper/arg_rel.py 33.33% <0.00%> (+0.06%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Spico197 commented 1 year ago

LGTM. Thanks for your contribution!