MintPy
MintPy copied to clipboard
Fix matrix multiplication issue by downgrading NumPy and using PyTorch
Resolves #1279
This pull request addresses the matrix multiplication issue by downgrading NumPy to version 1.25.0 and implementing a workaround using PyTorch for matrix multiplication in unwrap_error_phase_closure.py. Documentation has been updated to reflect these changes.
Summary by Sourcery
Fix matrix multiplication issue by downgrading NumPy and implementing a workaround using PyTorch for efficient matrix operations.
Bug Fixes:
- Address matrix multiplication issue by downgrading NumPy to version 1.25.0 and using PyTorch for efficient matrix operations.
Documentation:
- Update documentation to include a workaround for matrix multiplication issues using PyTorch and instructions for downgrading NumPy.