sif_parser
sif_parser copied to clipboard
Many metadata is missing.
It was pointed out by @mruijzendaal in #34 that
is there a specific reason that something like _to_string(fp.readline().split()) isn't used more often, instead of the _read_until(fp, ' ') ?
Indeed, many metadata is ignored currently. It would be great if we could support as many metadata as possible.
Closed because we discuss this issue in #33.