Skip to content

Commit

Permalink
remove aspirational ui testing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jai committed Feb 11, 2024
1 parent 0f213bc commit 5793293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/delphi/eval/vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def token_to_html(
_token_style_str = " ".join([f"{k}: {v};" for k, v in _token_style.items()])


# TODO: basic unit test for visualizations w/ Selenium
def vis_sample_prediction_probs(
sample_tok: Int[torch.Tensor, "pos"],
correct_probs: Float[torch.Tensor, "pos"],
Expand Down

0 comments on commit 5793293

Please sign in to comment.