jiant icon indicating copy to clipboard operation
jiant copied to clipboard

change win64 numpy default int32 to int64

Open jian-mo opened this issue 4 years ago • 1 comments

add dtype specification for the random seed so that win64 numpy can use correct int64 rather than 32 bit int which will not be long enough for the seed

jian-mo avatar Jul 05 '21 07:07 jian-mo

Codecov Report

Merging #1325 (8535c63) into master (310f22b) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1325   +/-   ##
=======================================
  Coverage   49.77%   49.77%           
=======================================
  Files         162      162           
  Lines       11210    11210           
=======================================
  Hits         5580     5580           
  Misses       5630     5630           
Impacted Files Coverage Δ
jiant/shared/initialization.py 33.33% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 310f22b...8535c63. Read the comment docs.

codecov[bot] avatar Jul 05 '21 21:07 codecov[bot]