Skip to content
  • Noric Couderc's avatar
    Fix: Caching of featureSet · a9c1dccc
    Noric Couderc authored
    I would create several eventSets before, that were not needed. Now I pass
    the FeatureSet, and we use the EvenSetBuilder to make an eventSet based
    on the FeatureSet. The EventSetBuilder caches eventSets, so it should
    not build unnecessary eventSets. It should create only one for a full
    run (they don't change often).
    a9c1dccc