Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
haddadanas committed Dec 7, 2023
1 parent c582628 commit f755318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion columnflow/plotting/plot_ml_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def plot_roc(
if evaluation_type not in ["OvO", "OvR"]:
raise ValueError(
"Illeagal Argument! Evaluation Type can only be choosen as 'OvO' (One vs One)"
"or 'OvR' (One vs Rest)"
"or 'OvR' (One vs Rest)",
)

def create_histograms(events: dict, sample_weights: dict, *args, **kwargs) -> dict[str, dict[str, np.ndarray]]:
Expand Down

0 comments on commit f755318

Please sign in to comment.