Skip to content

Commit 8b0fe3a

Browse files
committed
Curation of unused commented code.
1 parent ea00d8b commit 8b0fe3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

partitura/io/importdcml.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414

1515
def read_note_tsv(note_tsv_path, metadata=None):
16-
# data = np.genfromtxt(note_tsv_path, delimiter="\t", dtype=None, names=True, invalid_raise=False)
17-
# unique_durations = np.unique(data["duration"])
1816
data = pd.read_csv(note_tsv_path, sep="\t")
1917
# Hack for empty values in quarterbeats, to investigate.
2018
# (It happens with voltas when the second volta has a different number of measures)

0 commit comments

Comments
 (0)