lsst-sims / legacy_sims_maf

LSST Simulations package for the metrics analysis framework (MAF)
13 stars 19 forks source link

runCurrent now automatically runs setCurrent. #193

Closed rhiannonlynne closed 4 years ago

rhiannonlynne commented 4 years ago

Make runCurrent (which runs a set of metric bundles with the same sqlconstraint) automatically select the subset of bundles which match the constraint. Previously you had to run 'setCurrent' as a separate, prior, step. Now they run together. However, I left 'setCurrent' as a separate method, as it is potentially called elsewhere (such as when plotting a subset of bundles).

rhiannonlynne commented 4 years ago

Rebased/Merged + Deleted branch u/lynnej/modifyRunCurrent