chainer / chainer-chemistry

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

allow_pickle=True #359

Closed corochann closed 5 years ago

corochann commented 5 years ago

numpy changed its default value from version 1.16.2, we need to explicitly set allow_pickle=True to load object type.

codecov-io commented 5 years ago

Codecov Report

Merging #359 into master will increase coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #359      +/-   ##
==========================================
+ Coverage   82.45%   82.45%   +<.01%     
==========================================
  Files         218      218              
  Lines       10302    10303       +1     
==========================================
+ Hits         8494     8495       +1     
  Misses       1808     1808