codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
202 stars 270 forks source link

Syntax warning fixed. #340

Closed malay5 closed 3 years ago

malay5 commented 3 years ago

References to other Issues or PRs or Relevant literature

Fixes #339

Brief description of what is fixed or changed

When the package was called, a syntax warning is shown. It has been fixed by replacing 'is' with '=='. DELETE

Other comments

codecov[bot] commented 3 years ago

Codecov Report

Merging #340 (eb9efbe) into master (a21d00e) will not change coverage. The diff coverage is 100.000%.

@@            Coverage Diff            @@
##            master      #340   +/-   ##
=========================================
  Coverage   98.550%   98.550%           
=========================================
  Files           25        25           
  Lines         3243      3243           
=========================================
  Hits          3196      3196           
  Misses          47        47           
Impacted Files Coverage Δ
pydatastructs/graphs/graph.py 100.000% <100.000%> (ø)

Impacted file tree graph