Skip to content

Commit 8bb5a2a

Browse files
push to keep code functional
1 parent 9a6b274 commit 8bb5a2a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/analysis/analysis.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def _create_tdd_repo_categories_pie():
360360

361361

362362
def create_plots():
363-
make_adjustments()
363+
#make_adjustments()
364364
_create_size_impact_scatter()
365365
_create_tdd_usage_box_plot()
366366
_create_avg_commit_size_bar_graph()
@@ -370,9 +370,6 @@ def create_plots():
370370
_create_tdd_author_categories_pie()
371371
_create_tdd_repo_categories_pie()
372372

373-
# REMOVE THIS FUNCTION CALL
374-
create_plots()
375-
376373
'''
377374
todo -
378375
write the adjustments/estimates code in python

0 commit comments

Comments
 (0)