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

Support for overwriting configurations in PyExperimenter #131

Open
fmohr opened this issue Jun 15, 2023 · 1 comment
Open

Support for overwriting configurations in PyExperimenter #131

fmohr opened this issue Jun 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@fmohr
Copy link
Collaborator

fmohr commented Jun 15, 2023

Description

it should be possible to pass an (optional) configuration object to the constructor of the PyExperimenter that will be used to overwrite entries from the config file that is being read. This is very useful if you work with several tables but only want to use one configuration file (that works as a kind of template with properties that are common among all the tables).

@fmohr fmohr added the enhancement New feature or request label Jun 15, 2023
@tornede
Copy link
Owner

tornede commented Jul 20, 2023

Have you tried to use the constructor of PyExperimenter, i.e., provide a table_name? This will override the table_name of the configuration file, as you can also see in the documentation:
https://github.com/tornede/py_experimenter/blob/develop/py_experimenter/experimenter.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants