Closed KorayKavakli closed 3 years ago
Naive point-wise hologram computation added with test case. The axis of quadratic_phase_function is corrected for both numpy and torch versions.
I pulled it, installed it with sudo python3 setup.py install and finally tested it with pytest. It works all fine.
sudo python3 setup.py install
pytest
P.S. pytest can be installed using:
pip3 install -U pytest
Naive point-wise hologram computation added with test case. The axis of quadratic_phase_function is corrected for both numpy and torch versions.