Closed vivaria closed 1 year ago
An additional note: Right now in the test suite, we're manually comparing each and every property between the cached fumen files and the converted TJAs.
As an alternative, we could potentially use the __eq__
method of these hypothetical song
/measure
/note
objects to perform comparisons between separate song
objects.
This would:
song.measure
instead ofsong['measure']
)