Skip to content

Syntax Warning Fixed #349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2021
Merged

Syntax Warning Fixed #349

merged 1 commit into from
Mar 12, 2021

Conversation

malay5
Copy link
Contributor

@malay5 malay5 commented Mar 11, 2021

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
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #349 (7363e88) into master (a21d00e) will not change coverage.
The diff coverage is 100.000%.

@@            Coverage Diff            @@
##            master      #349   +/-   ##
=========================================
  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

@malay5 malay5 mentioned this pull request Mar 11, 2021
@malay5
Copy link
Contributor Author

malay5 commented Mar 11, 2021

This is a part of GSSOC21

@Smit-create Smit-create added GSSoC bug Something isn't working labels Mar 11, 2021
@Smit-create
Copy link
Member

@czgdp1807 Can be merged

@czgdp1807 czgdp1807 merged commit 48eb71a into codezonediitj:master Mar 12, 2021
@czgdp1807
Copy link
Member

Thanks.

@malay5
Copy link
Contributor Author

malay5 commented Mar 12, 2021

Thanks.

The pleasure is all mine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syntax Error in graphs/graph.py
3 participants