Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schmitt committed May 7, 2024
1 parent 3c86379 commit 2980bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def process_func(x, sr):
pd.testing.assert_index_equal(result, expected)

table = pd.Series([0], index)
expected_series = pd.Series([], expected)
expected_series = pd.Series([], expected, dtype=np.int64)
result = segment.process_table(table)
pd.testing.assert_series_equal(result, expected_series)

Expand Down

0 comments on commit 2980bc3

Please sign in to comment.