From 7e2065be39865cbf6fc82d048827bd99b92fefdd Mon Sep 17 00:00:00 2001 From: beckermr Date: Thu, 25 Apr 2024 11:04:41 -0500 Subject: [PATCH] REF no need for this one now --- des_y6utils/mdet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/des_y6utils/mdet.py b/des_y6utils/mdet.py index b080d45..55e1a47 100644 --- a/des_y6utils/mdet.py +++ b/des_y6utils/mdet.py @@ -556,7 +556,6 @@ def _download_fname_from_bnl(fpth): curl_res = subprocess.run("which curl", shell=True, capture_output=True) base_urls_to_try = [ - "https://www.cosmo.bnl.gov/www/beckermr/des/y6/masks", "https://www.cosmo.bnl.gov/www/esheldon/data/y6-healsparse", ]