We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6b274 commit 8bb5a2aCopy full SHA for 8bb5a2a
1 file changed
src/analysis/analysis.py
@@ -360,7 +360,7 @@ def _create_tdd_repo_categories_pie():
360
361
362
def create_plots():
363
- make_adjustments()
+ #make_adjustments()
364
_create_size_impact_scatter()
365
_create_tdd_usage_box_plot()
366
_create_avg_commit_size_bar_graph()
@@ -370,9 +370,6 @@ def create_plots():
370
_create_tdd_author_categories_pie()
371
_create_tdd_repo_categories_pie()
372
373
-# REMOVE THIS FUNCTION CALL
374
-create_plots()
375
-
376
'''
377
todo -
378
write the adjustments/estimates code in python
0 commit comments