We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4615236 commit b91ee6aCopy full SHA for b91ee6a
nipype/pipeline/engine/tests/test_engine.py
@@ -480,14 +480,9 @@ def test_deep_nested_write_graph_runs(tmpdir):
480
pass
481
482
483
-import networkx
484
-
485
-# Format of the graph has slightly changed
486
-graph_str = '""' if int(networkx.__version__.split(".")[0]) == 1 else ""
487
488
# examples of dot files used in the following test
489
dotfile_orig = [
490
- "strict digraph " + graph_str + " {\n",
+ "strict digraph {\n",
491
'"mod1 (engine)";\n',
492
'"mod2 (engine)";\n',
493
'"mod1 (engine)" -> "mod2 (engine)";\n',
0 commit comments