Skip to content

Fixing lgtm issue in basic graphs#1141

Merged
cclauss merged 11 commits intoTheAlgorithms:masterfrom
qckzr:fixing-lgtm-basic_graphs
Aug 20, 2019
Merged

Fixing lgtm issue in basic graphs#1141
cclauss merged 11 commits intoTheAlgorithms:masterfrom
qckzr:fixing-lgtm-basic_graphs

Conversation

@qckzr
Copy link
Copy Markdown
Contributor

@qckzr qckzr commented Aug 19, 2019

No description provided.



def topo(G, ind=None, Q=[1]):
def topo(G, ind=None, Q):
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Travis CI tests are failing. A proper workaround would be:

def topo(G, ind=None, Q=None):
    if Q is None:
        Q = [1]

@cclauss cclauss merged commit 2304e31 into TheAlgorithms:master Aug 20, 2019
@qckzr qckzr deleted the fixing-lgtm-basic_graphs branch December 23, 2019 22:48
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* Added print function into matrix_multiplication_addition.py and removed blank space in data_structures/binary tree directory

* Removed .vs/ folder per TheAlgorithms#893

* Rename matrix_multiplication_addition.py to matrix_operation.py

* Fixing lgtm issue in basic_graphs per #TheAlgorithms#1024

* Fixed lgtm issue per @cclauss recommendation in TheAlgorithms#1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants