This repository was archived by the owner on Jan 14, 2025. It is now read-only.
tape.EnsembleFrame Repartition Doesn't Track Parent Ensemble #342
Labels
bug
Something isn't working
Currently
tape.EnsembleFrame.repartition
returns anEnsembleFrame
with an emptyensemble
field. This results inEnsembleFrame.update_ensemble
being a no-op instead of updating the parent ensemble to have the resulting frame.This can be easily fixed by overriding
repartition
in the_Frame
parent class and calling_propagate_metadata
The text was updated successfully, but these errors were encountered: