Commit 7db76616 authored by Jan Kiene's avatar Jan Kiene
Browse files

increase max MD file columns to 8

parent b4fcef4d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ class ObjectBasedAudio(Audio):
            if pos.shape[1] < 5:
                raise ValueError("Metadata incomplete. Columns are missing.")
            elif pos.shape[1] > 5:
                if pos.shape[1] == 7:
                if pos.shape[1] == 8:
                    pos = pos[:, :5]
                else:
                    raise ValueError(