Skip to content

Warning on number of cropped seconds

Alba Romero requested to merge alba.romero/pygwb:july_update into master

Request from reviewers: raise a warning when the number of cropped seconds times the sample rate is lower than a certain value. For instance, 18, which is three times the number of reasonable seconds to crop for low sampling rates. Way of doing this: Add warning if sample_rate*cropped_seconds<18.

Merge request reports