adds an indentation after the if statement in analysis/self_consistency_analysis.py to fix IndentationError: expected an indented block error
I assumed only the one subsequent line should be indented, please review.
removes trailing comma in import statement in evodiff/conditional_generation.py that causes SyntaxError: trailing comma not allowed without surrounding parentheses error.
in this PR:
if
statement inanalysis/self_consistency_analysis.py
to fixIndentationError: expected an indented block
errorevodiff/conditional_generation.py
that causesSyntaxError: trailing comma not allowed without surrounding parentheses
error.