You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: