Skip to content
Snippets Groups Projects
  • Erin (Josh) Rigler's avatar
    c2c6c644
    Fixes issue #77 · c2c6c644
    Erin (Josh) Rigler authored
    As per discussion in issue #77 with Dave K., this commit adds delta/2
    to the requested `endtime` to ensure that starttime and endtime are
    fully inclusive in Edge-related I/O factories. I would have liked to
    generalized this and reduce the duplicate code between EdgeFactory
    and MiniSeedFactory, but couldn't figure out how to do this without
    adding considerably *more* code to the project than what is in this
    commit.
    c2c6c644
    History
    Fixes issue #77
    Erin (Josh) Rigler authored
    As per discussion in issue #77 with Dave K., this commit adds delta/2
    to the requested `endtime` to ensure that starttime and endtime are
    fully inclusive in Edge-related I/O factories. I would have liked to
    generalized this and reduce the duplicate code between EdgeFactory
    and MiniSeedFactory, but couldn't figure out how to do this without
    adding considerably *more* code to the project than what is in this
    commit.