Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix for when hours are requested in a state (gwpy#362)
Currently the "hours" option in a state is broken because the value for the day start is not being saved in the code. Basically the replace() method for a datetime object does not change the value in-place, it just returns the value. So essentially, all the broken code was doing was stating the day start but not actually using it. This fixes the problem Co-authored-by: Evan Goetz <evan.goetz@ligo.org>
- Loading branch information