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
Currently, the export machinery is a bit hacky and has grown over time. For example, there's one main function export_file in mainwindow.py, which calls specific export functions in model.py. However, these specific functions check file extensions differently with a ffilter parameter. The export_data function doesn't have this ffilter parameter and leaves the checking to functions defined in io.writers.
I think a consistent API would be nice, suggestions can be collected in this issue.
The text was updated successfully, but these errors were encountered:
Currently, the export machinery is a bit hacky and has grown over time. For example, there's one main function
export_file
inmainwindow.py
, which calls specific export functions inmodel.py
. However, these specific functions check file extensions differently with affilter
parameter. Theexport_data
function doesn't have thisffilter
parameter and leaves the checking to functions defined inio.writers
.I think a consistent API would be nice, suggestions can be collected in this issue.
The text was updated successfully, but these errors were encountered: