Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: configure function on fly #96

Open
CJ-Wright opened this issue Apr 4, 2017 · 0 comments
Open

ENH: configure function on fly #96

CJ-Wright opened this issue Apr 4, 2017 · 0 comments

Comments

@CJ-Wright
Copy link
Member

Currently you must load up the data_reduction module to access glbl configured functions. It might be nice to configure functions on the fly, allowing you to mix and match the configured functions (this would also help if you change the glbls and need to re-configure functions to the new glbls).

from glbl_manager import config_func
from glbl import glbl
f = func
cf = config_func(f, glbl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant