zfit / zfit-development

The developement repository for zfit with roadmaps, internal docs etc to clean up the issues
0 stars 2 forks source link

Scopes for parameters #50

Open jonas-eschle opened 4 years ago

jonas-eschle commented 4 years ago

In order to load different models, a namescope for parameters, to protect against duplication, should be useful.

Proposal: zfit.set_scope(...) which, as usual, can also be used together with a context manager.

apuignav commented 4 years ago

Agreed!