biolab / orange3-network

🍊 🕸 Network analysis add-on for Orange data mining suite.
Other
39 stars 33 forks source link

[MNT] Replace deprecated numpy type aliases #233

Closed janezd closed 3 years ago

janezd commented 3 years ago
Issue

np.float is deprecated and should replaced with float to avoid warnings (https://numpy.org/doc/stable/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated).

Includes
codecov-commenter commented 3 years ago

Codecov Report

Merging #233 (443e768) into master (000e4dd) will increase coverage by 0.30%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   72.96%   73.26%   +0.30%     
==========================================
  Files          21       21              
  Lines        2974     2974              
==========================================
+ Hits         2170     2179       +9     
+ Misses        804      795       -9     
Impacted Files Coverage Δ
orangecontrib/network/widgets/OWNxAnalysis.py 70.94% <ø> (+3.39%) :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 000e4dd...443e768. Read the comment docs.