-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(beamform): do not crash beamformer, when no data is available
data_available is set in `_process_config`, instead of in `_process_data`, bc of this bug: radiocosmology/caput#181 (comment) For `BeamFormCat`, `_process_data` is in `setup()`, and `setup()` is not called if there is no data available. Closes #133
- Loading branch information
1 parent
58ae7c0
commit c83f705
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters