Skip to content

ppcon reset improvement#158

Open
gbolzon wants to merge 2 commits into
masterfrom
157-ppcon-reset-improvement
Open

ppcon reset improvement#158
gbolzon wants to merge 2 commits into
masterfrom
157-ppcon-reset-improvement

Conversation

@gbolzon

@gbolzon gbolzon commented May 29, 2026

Copy link
Copy Markdown
Collaborator

closes #157

@gbolzon gbolzon linked an issue May 29, 2026 that may be closed by this pull request
@gbolzon

gbolzon commented May 29, 2026

Copy link
Copy Markdown
Collaborator Author

@maverick-7487 , occhio che poi vanno cambiati anche questi

cd $PWD > $LOCAL_INPUT
while read -r line ; do
filename=$( echo $line | cut -d "," -f1);
V1=${filename/coriolis\//}
V2=${V1/profiles\//}
superfloat_file=${ONLINE_REPO}/SUPERFLOAT/${V2}
[ -f $superfloat_file ] && echo $line >> $LOCAL_INPUT
done < ${FILE_INPUT}
echo "Start copying from SUPERFLOAT"
for filename in $( cat ${LOCAL_INPUT} | cut -d "," -f1 ) ; do
V1=${filename/coriolis\//}
V2=${V1/profiles\//}
cp -v ${ONLINE_REPO}/SUPERFLOAT/${V2} ${ONLINE_REPO}/PPCON/${V2}
done
echo "... done"
my_prex_or_die "python -u clustering/clustering.py -i $ONLINE_REPO -u $LOCAL_INPUT -o $ONLINE_REPO_CLUSTERING"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ppcon reset improvement

2 participants