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

Remove improper use of cfg file by multiple imports #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Danfoa
Copy link
Collaborator

@Danfoa Danfoa commented Sep 26, 2024

This commit removes the multiple imports to the configuration file from different modules within the pipeline.

This hinders the hability to customize the system's configuration, since each submodule is reloading a fixed / outdated configuration

This commit removes the multiple imports to the configuration file from different modules within the pipeline.

This hinders the hability to customize the system's configuration, since each submodule is reloading a fixed / outdated configuration
@giulioturrisi
Copy link
Collaborator

Hi! This is much needed, i know... I think that many other import are hidden inside the gradient and sampling mpcs, so this need still some rework

@Danfoa
Copy link
Collaborator Author

Danfoa commented Sep 27, 2024

I checked and removed all cfg imports on the project and outside of the simulation script.

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

Successfully merging this pull request may close these issues.

2 participants