Skip to content

Commit 8299e3f

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/12-reproducing-neurips-paper-fig-6-results-predictions-have-no-longitudinal-dimension' into 12-reproducing-neurips-paper-fig-6-results-predictions-have-no-longitudinal-dimension
2 parents 3d0203e + 1b94e3b commit 8299e3f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,4 @@ Slurm/
166166

167167
# if you put data somewhere else
168168
emulator/src/data/constants.py
169+
ReproductionExperimentsClimateSet

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@ if [ ! -d "env_emulator" ]; then
9090
env_emulator/Scripts/activate || { echo "Failed to activate virtual environment."; exit 1; }
9191
fi
9292
# Install the emulator package in editable mode
93+
export PYTHONPATH=$(pwd)
9394
poetry install --all-groups || { echo "Failed to install emulator package."; exit 1; }
9495
fi

0 commit comments

Comments
 (0)