Skip to content

Commit

Permalink
SCAN/IndexBased: fix summarize_results scripts shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtseng committed Dec 10, 2021
1 parent d8cde2f commit da2ac55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
representing the data for each plot in the paper "Parallel Index-Based
Structural Graph Clustering and Its Approximation".
"""
# 1/usr/bin/env python3.6
#!/usr/bin/env python3.6

import collections
import csv
Expand Down

0 comments on commit da2ac55

Please sign in to comment.