Skip to content

Commit

Permalink
Updating a unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Jan 4, 2025
1 parent 488d597 commit 90d12ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_learn_wave_quadratic_phase_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test(
device = device
)
reconstruction_intensities = propagator.reconstruct(hologram_phases, amplitude = None)
import sys; sys.exit()
for frame_id in range(reconstruction_intensities.shape[0]):
for depth_id in range(reconstruction_intensities.shape[1]):
reconstruction_intensity = reconstruction_intensities[frame_id, depth_id]
Expand Down

0 comments on commit 90d12ef

Please sign in to comment.