Skip to content

Commit

Permalink
minor typing edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
manoskary committed Jul 17, 2024
1 parent ded232f commit 4a102fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_note_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ def test_notearray_ts_beats(self):
def test_ensure_na_different_divs(self):
# check if divs are correctly rescaled when producing a note array from
# parts with different divs values
# parts = list(score.iter_parts(load_kern(KERN_TESTFILES[7])))
parts = load_kern(KERN_TESTFILES[7]).parts
# note_arrays = [p.note_array(include_divs_per_quarter= True) for p in parts]
merged_note_array = ensure_notearray(parts)
for note in merged_note_array[-4:]:
self.assertTrue(note["onset_div"] == 2208)
Expand Down

0 comments on commit 4a102fa

Please sign in to comment.