plan-be / iode

IODE integrates all the functionalities required for the construction and the handling of economectric models and for the management of statistical series.
https://iode.readthedocs.io/en/latest/
GNU General Public License v3.0
1 stars 1 forks source link

PYIODE: support Path objects for filepath argument everywhere #555

Open alixdamman opened 3 months ago

alixdamman commented 3 months ago

@yvdabb You may want to work on this. First:

Then, in every method/functions having a filename or a filepath argument in pyiode, you have to do:

See for example Variables.low_to_high() and Variables.high_to_low() methods

yvdabb commented 1 month ago

FYI, I just created a yvda_python_path_objects branch and will follow up on the above issue.