From 4a4bcf6c5c2694452ac2edc7688500227cacaa16 Mon Sep 17 00:00:00 2001 From: Dan White Date: Tue, 23 May 2023 11:20:20 -0500 Subject: [PATCH] conda location changed --- do-updates.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-updates.sh b/do-updates.sh index 79d4f87..1a254f1 100755 --- a/do-updates.sh +++ b/do-updates.sh @@ -6,7 +6,7 @@ cd ~/ed/scheduling-bazaar cd data # Configure the Conda environment -. ~/miniconda3/etc/profile.d/conda.sh +. ~/.conda/etc/profile.d/conda.sh conda activate bazaar @@ -25,7 +25,7 @@ echo "*** Getting observations" # lag by 48h to let some updates settle down date_end="$(date -u --date='48 hours ago' '+%Y-%m-%dT%H:%M')" -../python-files/get-observations.py --fetch --pages 100 --end="$date_end" observations.db +../python-files/get-observations.py --fetch --pages 300 --end="$date_end" observations.db # what changed? #git diff -- 2.25.1