Skip to content

Fixing bug, missing tracks labels in preprocessed sample

Stefano Franchellucci requested to merge sfranche/umami:fix-trk_labels into master

This MR is addressing issue #132 (closed).

As mentioned in the issue, the problem was a hard-coded call to "track_labels" while with MR!285 (merged) this should be now specific to the track collection, thus "track_labels" -> f"{tracks_name}_labels".

Closes #132 (closed)

bug fix

Edited by Alexander Froch

Merge request reports