Specify indexing arguments to torch.meshgrid
#406
Labels
bug
Something isn't working
good first issue
Good for newcomers
python
Pull requests that update Python code
Describe the bug
When calling the convenience DAS reconstruction function I get the following warning.
We should probably specify the indexing arguments already in the
torch.meshgrid
function to avoid troubles when upgrading torch.Specify a priority (low, medium, high)
low
To Reproduce
Steps to reproduce the behavior:
sp.reconstruct_delay_and_sum_pytorch
Current Behavior
Warning is thrown.
Expected behavior
No warning is thrown.
I get this warning when using simpa 0.9.1. It might have been addressed already with simpa 1.0?
The text was updated successfully, but these errors were encountered: