Ensure tracers are inside box

This commit is contained in:
Deaglan Bartlett 2024-11-04 15:44:20 +01:00
parent ea7019b2db
commit cbcd1fce0f
17 changed files with 735 additions and 52 deletions

View file

@ -9,8 +9,6 @@ module load cuda/12.6
source /home/bartlett/.bashrc
source /home/bartlett/anaconda3/etc/profile.d/conda.sh
conda deactivate
#conda activate borg_env
#conda activate compiler_test
conda activate borg_new
# Kill job if there are any errors
@ -18,7 +16,7 @@ set -e
# Path variables
BORG=/data101/bartlett/build_borg/tools/hades_python/hades_python
RUN_DIR=/data101/bartlett/fsigma8/borg_velocity/test_dir_blackjax_restart
RUN_DIR=/data101/bartlett/fsigma8/borg_velocity/blackjax_model_ic_v2
mkdir -p $RUN_DIR
cd $RUN_DIR