HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 26 forks source link

Pypy timeout #462

Closed jcpunk closed 3 years ago

jcpunk commented 3 years ago

Looks like the most recent numpy uses native python data types on pypy which is much slower than before. Raise timeout a lot so we don't need to keep patching it every few relases.

codecov[bot] commented 3 years ago

Codecov Report

Merging #462 (d4b663a) into master (6d0a1a7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #462   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files          43       43           
  Lines        2696     2696           
  Branches      383      383           
=======================================
  Hits         2522     2522           
  Misses        135      135           
  Partials       39       39           
Flag Coverage Δ
python-3.6 93.00% <ø> (ø)
python-3.9 92.98% <ø> (+0.03%) :arrow_up:
python-pypy-3.7 93.22% <ø> (-0.08%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/decisionengine/framework/dataspace/maintain.py 99.06% <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 6d0a1a7...d4b663a. Read the comment docs.