Output Structure #326
pearsonca
started this conversation in
Features requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm recording my notes here on output file structure as I pick through the homework.
I definitely agree with @TimothyWillard's point in #257 and I intend these notes to be useful for making an implementation that makes the objective in that issue easy to accomplish (and the equivalent in other languages, since we should be using different tools for different tasks).
seir
in the file name? the path includes seir - use that as information. including extraneous items makes it more difficult to regex out other meta data (i.e. the slot.block.iteration bits). Apparently: this verbosity is associated with prior version of arrow reading information from file name, but now that's deprecated in favor of reading those features from the path. We should update to that version (and then my complaint about the verbosity would also be solved)Beta Was this translation helpful? Give feedback.
All reactions