Skip to content

Commit

Permalink
Update tracex_project/db_results/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sören <[email protected]>
  • Loading branch information
thangixd and soeren227 authored May 24, 2024
1 parent a5dd506 commit b6e5b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracex_project/db_results/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def create_bar_chart(data: pd.Series, x_title: str, y_title: str) -> str:


class EvaluationView(FormView):
"""View for displaying all extracted traces and DFG images with filter selection options."""
"""View for displaying all extracted traces and their corresponding DFG image with filter selection options."""

form_class = EvaluationForm
template_name = "evaluation.html"
Expand Down

0 comments on commit b6e5b72

Please sign in to comment.