-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update record_reader.py to remove warnings (#211)
* Update record_reader.py to remove warnings * Update beamform.py * Update simulation_options.py * clean up zero division * clean up minor warnings * add N assertion * fix element-wise string comparison warning * fix num_radial * try something for get_win * add back d_radial * comment out divide by zero assertation * check for power exponent of 1 * test new assertion * revert changes * modify assertion * remove fixes that don't help * assert Z is greater than 0 * catch zero distance case * attemt to remove warning with another assertion * Revert fix. discuss matlab behaviour * treat Z as an array * assert N > 1 * Try to solve divide by zero warnings in signals * Add TODO * revert assertion * update value checking * update assertion errors * change assertion the validation --------- Co-authored-by: Farid Yagubbayli <[email protected]>
- Loading branch information
1 parent
3084e85
commit c37b2e5
Showing
7 changed files
with
42 additions
and
12 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
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
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
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
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
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
2 changes: 0 additions & 2 deletions
2
tests/matlab_test_data_collectors/python_testers/utils/record_reader.py
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