-
Notifications
You must be signed in to change notification settings - Fork 97
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
Centralise the reading & WRITING of json config into the io
module
#2360
Comments
io
moduleio
module
One should use a dataclass, since they are mutable, and provide them with method to parse/dump to dicts. |
That would be great! Here are the few places I found that deals with exporting the config. worker doc: Lines 39 to 78 in b1446d5
worker get_config: Lines 590 to 624 in b1446d5
ponifile: pyFAI/src/pyFAI/io/ponifile.py Lines 273 to 304 in b1446d5
WorkerConfigurator widget: pyFAI/src/pyFAI/gui/widgets/WorkerConfigurator.py Lines 239 to 329 in b1446d5
|
Everything should go to:
src/pyFAI/io/integration_config.py
Attn: @t20100
The text was updated successfully, but these errors were encountered: