Skip to content

Commit

Permalink
fix undefined error (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
qew21 authored Sep 27, 2024
1 parent 8f43f8e commit ff5e269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdagent/components/coder/factor_coder/CoSTEER/evaluators.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ def evaluate(
conclusions = []

# Initialize result variables
single_column_result = None
same_index_result = None
row_result = 0
index_result = 0
output_format_result = None
equal_value_ratio_result = 0
high_correlation_result = False
Expand Down

0 comments on commit ff5e269

Please sign in to comment.