arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

Replace deprecated imports. #182

Closed ikajic closed 5 years ago

ikajic commented 5 years ago

Replaced deprecated usage of pade and factorial in scipy.misc with their new locations.

More details on package relocations: https://docs.scipy.org/doc/scipy-1.1.0/reference/misc.html

codecov-io commented 5 years ago

Codecov Report

Merging #182 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #182   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          30     30           
  Lines        1439   1440    +1     
  Branches      174    174           
=====================================
+ Hits         1439   1440    +1
Impacted Files Coverage Δ
nengolib/synapses/analog.py 100% <100%> (ø) :arrow_up:

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 098cc34...882fd16. Read the comment docs.

ikajic commented 5 years ago

LGTM