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 765882d commit cc92650Copy full SHA for cc92650
src/big_cloud_scratch.py
@@ -34,7 +34,7 @@ def plot_commits(commits):
34
commits = query_ght(commitQuery)
35
getData = time.time()
36
print("Query Time:\t" + str(getData - start))
37
- branchPlot = plot_commits(commits)
+ plot_commits(commits)
38
plotTime = time.time()
39
print("Plot Time:\t" + str(plotTime - getData))
40
plt.savefig("./imgs/branch_test")
0 commit comments