cms-analysis / CombineHarvester

CMSSW package for the creation, editing and analysis of combine datacards and workspaces
cms-analysis.github.io/CombineHarvester/
15 stars 180 forks source link

Remove recursion #252

Closed dabercro closed 3 years ago

dabercro commented 3 years ago

It was too easy to hit Python's recursion limit with RemoveGraphXDuplicates(). This should do the same thing without risk of causing a stack overflow.

ajgilbert commented 3 years ago

Thanks!