From cc410f58dc288dcc37c47c30c33f71415aa324f5 Mon Sep 17 00:00:00 2001 From: tyrin Date: Sat, 24 May 2025 14:35:50 +0300 Subject: [PATCH] fix --- views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views.py b/views.py index 867e03d..ce85b7b 100644 --- a/views.py +++ b/views.py @@ -209,7 +209,7 @@ class UpperLimitView(APIView): ) annulus_pixels = Pixel.objects.filter( - hpid__in=annulus_pixel_list, survey__in=survey_numbers, contaminated=False + hpid__in=annulus_pixel_list, survey__in=survey_numbers ) # check contamination