Skip to content

Commit a2f9c51

Browse files
committed
fix: d3 change.
1 parent cf6384f commit a2f9c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/pipeline/engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,8 @@ def _write_report_info(self, workingdir, name, graph):
716716
'report_template.html'),
717717
op.join(report_dir, 'index.html'))
718718
shutil.copyfile(op.join(op.dirname(__file__),
719-
'..', 'external', 'd3.v3.min.js'),
720-
op.join(report_dir, 'd3.v3.min.js'))
719+
'..', 'external', 'd3.js'),
720+
op.join(report_dir, 'd3.js'))
721721
nodes, groups = topological_sort(graph, depth_first=True)
722722
graph_file = op.join(report_dir, 'graph1.json')
723723
json_dict = {'nodes': [], 'links': [], 'groups': [], 'maxN': 0}

0 commit comments

Comments
 (0)