Skip to content

Commit

Permalink
Merge pull request #99 from jkienegger/master
Browse files Browse the repository at this point in the history
Update core.py
  • Loading branch information
boeddeker authored Mar 15, 2024
2 parents 1cb98d6 + 021bcd0 commit 73eae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paderbox/array/interval/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class ArrayInterval:
from_str = staticmethod(ArrayInterval_from_str)
inverse_mode = False

def __init__(self, array, inverse_mode: bool = False):
def __init__(self, array, *, inverse_mode: bool = False):
"""
The `ArrayInterval` is in many cases equivalent to a 1-dimensional
boolean numpy array that stores activity information in an efficient
Expand Down

0 comments on commit 73eae1f

Please sign in to comment.