Showing 5,781 of 10,536 total issues
Function export
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def export(result, space_name, energy_category_name, reporting_start_datetime_local, reporting_end_datetime_local,
Avoid deeply nested control flow statements. Open
Open
for j in range(0, ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Function generate_excel
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def generate_excel(report, space_name, energy_category_name, reporting_start_datetime_local,
Avoid deeply nested control flow statements. Open
Open
for j in range(len(line.series)):
line.series[j].marker.symbol = "circle"
line.series[j].smooth = True
line.x_axis.crosses = 'min'
Avoid deeply nested control flow statements. Open
Open
for j in range(len(line.series)):
line.series[j].marker.symbol = "circle"
line.series[j].smooth = True
line.x_axis.crosses = 'min'
Avoid deeply nested control flow statements. Open
Open
for j in range(0, base_period_data_ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(0, base_period_data_ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(0, reporting_period_data_ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(len(line.series)):
line.series[j].marker.symbol = "circle"
line.series[j].smooth = True
line.x_axis.crosses = 'min'
Avoid deeply nested control flow statements. Open
Open
for j in range(0, ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(0, ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(0, base_period_data_ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(0, ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(0, reporting_period_data_ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(len(line.series)):
line.series[j].marker.symbol = "circle"
line.series[j].smooth = True
line.x_axis.crosses = 'min'
Avoid deeply nested control flow statements. Open
Open
for j in range(0, base_period_data_ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(len(line.series)):
line.series[j].marker.symbol = "circle"
line.series[j].smooth = True
line.x_axis.crosses = 'min'
Avoid deeply nested control flow statements. Open
Open
for j in range(0, base_period_data_ca_len):
if has_sub_averages_data_flag:
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
Avoid deeply nested control flow statements. Open
Open
for j in range(0, base_period_data_ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font
Avoid deeply nested control flow statements. Open
Open
for j in range(0, reporting_period_data_ca_len):
current_col_number += 1
col = format_cell.get_column_letter(current_col_number)
ws[col + str(current_row_number)].font = title_font