diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b5a0a62..db49d98 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | - poetry install --with dev,opengl + poetry install --with dev - name: Run tests run: | diff --git a/tests/test_algorithms_troubleshoot.py b/tests/test_algorithms_troubleshoot.py index 8822a1f..0732cbf 100644 --- a/tests/test_algorithms_troubleshoot.py +++ b/tests/test_algorithms_troubleshoot.py @@ -222,7 +222,7 @@ def test_fidelity_phase_calibration_ssa_with_noise( aberration = StaticSource(aberration_phase, extent=2 * numerical_aperture) img = np.zeros((64, 64), dtype=np.int16) img[32, 32] = 250 - src = StaticSource(img, 500 * u.nm) + src = StaticSource(img, pixel_size = 500 * u.nm) # SLM, simulation, camera, ROI detector slm = SLM(shape=(80, 80))