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

CLEED: at the start, support old and new formats for the input file #50

Open
yakutovicha opened this issue Aug 6, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@yakutovicha
Copy link
Member

We have recently (#37, #41) started building a Python interface to improve the handling of input files. Given the complexity of the process, it makes sense to implement an intermediate stage where both old and new input formats are supported to accelerate development.

This intermediate stage requires creating a converter from the new format to the old format. Once this converter is ready, we can generate old input files using the new format. Subsequently, we will gradually transition the parts of the C code that handle the input to Python.

This issue can be closed as soon as the converter from the new format to the old format is created.

@yakutovicha yakutovicha added the enhancement New feature or request label Aug 6, 2024
@yakutovicha yakutovicha self-assigned this Aug 6, 2024
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

1 participant