Skip to content

Commit

Permalink
Do not count cluster button for test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
carschno committed Dec 3, 2024
1 parent cdf2810 commit ec9673d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempo_embeddings/visualization/jscatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _cluster_button(self) -> widgets.Button:

# TODO: add selectors for clustering parameters

def cluster(button):
def cluster(button): # pragma: no cover
# TODO: add clustering parameters

clusters = list(
Expand Down

0 comments on commit ec9673d

Please sign in to comment.