Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Jan 10, 2025
1 parent e45a9f8 commit 8353160
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@ def _compute_metrics(self, sorting_analyzer, unit_ids=None, verbose=False, metri
# we do this because the convert_dtypes infers the wrong types sometimes.
# the actual types for columns can be found in column_name_to_column_dtype dictionary.
for column in metrics.columns:
# we have one issue where the name of the columns for synchrony are named based on
# what the user has input as arguments so we need a way to handle this separately
# everything else should be handled with the column name.
metrics[column] = metrics[column].astype(column_name_to_column_dtype[column])

return metrics
Expand Down

0 comments on commit 8353160

Please sign in to comment.