chainer / chainer-chemistry

Chainer Chemistry: A Library for Deep Learning in Biology and Chemistry
MIT License
622 stars 129 forks source link

Add typing module #333

Closed natsukium closed 5 years ago

natsukium commented 5 years ago

This PR enables 'Type Hints' with python2.7. You do not have to write 'Type Hints' for all scripts but it is better if you can.

codecov-io commented 5 years ago

Codecov Report

Merging #333 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #333   +/-   ##
=======================================
  Coverage   80.42%   80.42%           
=======================================
  Files         197      197           
  Lines        8994     8994           
=======================================
  Hits         7233     7233           
  Misses       1761     1761