Limit ensembles eligible for es-mda restart
Restart can be performed
- on ES-MDA ensembles that were not leafs in the current ES-MDA run
(intended use)
- on Ensemble Experiment entries (we are cheating to allow users to
spare computational power if they decide to run ES-MDA on the ensemble)
Old ensembles in existing storage are partly affected:
- ES-MDA ensembles are guessed via present relative-weights attributes,
so they should show up.
- Ensemble experiments won't show up though as these require experiment
type to be set.
Solve Futurewarning on functools.partials
In Python 3.13, functools.partial will emit a FutureWarning when used as
a method.
In this commit, an explicit function is used instead of functools.partial.