summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKazimierz Wojciechowski <49732262+kazimierz-256@users.noreply.github.com>2020-07-06 04:59:53 +0200
committerGitHub <noreply@github.com>2020-07-05 22:59:53 -0400
commit79eb970cecf6bb0a3903b11efe8d790b6abeb414 (patch)
treec0787421f052563a71b64a28234335bae3544809 /.gitignore
parentc07bc09e8c9f698c8e8f0a500399272d807bb4c6 (diff)
downloadnetworkx-79eb970cecf6bb0a3903b11efe8d790b6abeb414.tar.gz
Add negative cycle detection heuristic (#3879)
* ignore pytest cache * add negative cycle detecting mechanism * add initial tests for negative cycle detector * fix notation * refactor negative cycle heuristic * enhance argument hanging indent * add negative cycle consistency tests * document parameters in docstring * enhance pep-8 conformity * increase pep-8 conformity * add contributor * decrease verbosity of the exception * add comment, fix typo * decrease indentation * diversify random tests * reduce memory footprint, provide more documentation * change keyword name and tighten tests and comments Co-authored-by: Dan Schult <dschult@colgate.edu>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 868f8c18..be9f1870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,6 @@ networkx.egg-info/
# VS Code settings
.vscode
+
+# PyTest Cache
+.pytest_cache