RRZE-HPC / kerncraft

Loop Kernel Analysis and Performance Modeling Toolkit
GNU Affero General Public License v3.0
86 stars 24 forks source link

Remove DeprecationWarning: use collections.abc.Sequence instead of collections.Sequence #129

Closed theHamsta closed 5 years ago

theHamsta commented 5 years ago

Warning was:

/opt/conda/envs/pystencils_dev/lib/python3.7/site-packages/kerncraft/kernel.py:488:
DeprecationWarning: Using or importing the ABCs from 'collections'
instead of from 'collections.abc' is deprecated, and in 3.8 it will stop
working
codecov-io commented 5 years ago

Codecov Report

Merging #129 into master will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
- Coverage   72.06%   72.04%   -0.03%     
==========================================
  Files          26       26              
  Lines        3677     3677              
==========================================
- Hits         2650     2649       -1     
- Misses       1027     1028       +1
Impacted Files Coverage Δ
kerncraft/kernel.py 76.66% <100%> (ø) :arrow_up:
kerncraft/cacheprediction.py 80% <0%> (-0.29%) :arrow_down:

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 0fa46fa...1ca9d54. Read the comment docs.