We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-12-17 03:05:09,271 - distributed.worker - ERROR - Compute Failed Key: ('transpose-vectorize_unwrap_pairs-vectorize_unwrap_pairs_0-mul-03c68123c6e6926e75a527cab96e521c', 0, 3, 0) State: executing Task: <Task ('transpose-vectorize_unwrap_pairs-vectorize_unwrap_pairs_0-mul-03c68123c6e6926e75a527cab96e521c', 0, 3, 0) _execute_subgraph(...)> Exception: "ValueError('could not broadcast input array from shape (6,) into shape (126,)')" Traceback: ' File "/home/ahmed/miniconda3/envs/pygmt/lib/python3.10/site-packages/numpy/lib/_function_base_impl.py", line 2397, in call\n return self._call_as_normal(*args, **kwargs)\n File "/home/ahmed/miniconda3/envs/pygmt/lib/python3.10/site-packages/numpy/lib/_function_base_impl.py", line 2390, in _call_as_normal\n return self._vectorize_call(func=func, args=vargs)\n File "/home/ahmed/miniconda3/envs/pygmt/lib/python3.10/site-packages/numpy/lib/_function_base_impl.py", line 2471, in _vectorize_call\n res = self._vectorize_call_with_signature(func, args)\n File "/home/ahmed/miniconda3/envs/pygmt/lib/python3.10/site-packages/numpy/lib/_function_base_impl.py", line 2531, in _vectorize_call_with_signature\n output[index] = result\n'
The text was updated successfully, but these errors were encountered:
It appears that you might not have enough interferogram pairs to successfully perform the 1D unwrapping.
Sorry, something went wrong.
Thank you very much, i will take a look at that
No branches or pull requests
2024-12-17 03:05:09,271 - distributed.worker - ERROR - Compute Failed
Key: ('transpose-vectorize_unwrap_pairs-vectorize_unwrap_pairs_0-mul-03c68123c6e6926e75a527cab96e521c', 0, 3, 0)
State: executing
Task: <Task ('transpose-vectorize_unwrap_pairs-vectorize_unwrap_pairs_0-mul-03c68123c6e6926e75a527cab96e521c', 0, 3, 0) _execute_subgraph(...)>
Exception: "ValueError('could not broadcast input array from shape (6,) into shape (126,)')"
Traceback: ' File "/home/ahmed/miniconda3/envs/pygmt/lib/python3.10/site-packages/numpy/lib/_function_base_impl.py", line 2397, in call\n return self._call_as_normal(*args, **kwargs)\n File "/home/ahmed/miniconda3/envs/pygmt/lib/python3.10/site-packages/numpy/lib/_function_base_impl.py", line 2390, in _call_as_normal\n return self._vectorize_call(func=func, args=vargs)\n File "/home/ahmed/miniconda3/envs/pygmt/lib/python3.10/site-packages/numpy/lib/_function_base_impl.py", line 2471, in _vectorize_call\n res = self._vectorize_call_with_signature(func, args)\n File "/home/ahmed/miniconda3/envs/pygmt/lib/python3.10/site-packages/numpy/lib/_function_base_impl.py", line 2531, in _vectorize_call_with_signature\n output[index] = result\n'
The text was updated successfully, but these errors were encountered: