Nelly-Barret / BETTER-fairificator

The fairification tools for BETTER project.
https://www.better-health-project.eu/
0 stars 0 forks source link

Move data about execution from the Config class to the Execution class #87

Closed Nelly-Barret closed 2 days ago

Nelly-Barret commented 4 days ago

See #86

Nelly-Barret commented 4 days ago

I am even thinking of getting rid of the Config class, because this can be stored in the Execution class and parameters are either:

So we do not really need a parameter.ini file, and thus the Config class looses its interest.

Therefore, I will try to get rid of the Config class and its associated file parameter.ini, set up parameters and working directory from the code

Nelly-Barret commented 2 days ago

Done through https://github.com/Nelly-Barret/BETTER-fairificator/pull/91