Skip to content

Commit

Permalink
use sensible (non-zero) minimum separation in a GNIRS test
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Dec 19, 2024
1 parent e6599b6 commit b09802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/gnirs/tests/longslit/test_sky_stacking.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import pytest

# ---- Parameters -------------------------------------------------------------
associate_sky_params = {'time': 600., 'min_skies': 3, 'distance': 0,
associate_sky_params = {'time': 600., 'min_skies': 3, 'distance': 2,
'max_skies': None, 'use_all': False, 'sky': None}

# ---- Fixtures ---------------------------------------------------------------
Expand Down

0 comments on commit b09802d

Please sign in to comment.