Skip to content

Commit a9d982b

Browse files
authored
Update repropacks setup following ownership transfer (#2)
* Change owner to barbagroup * Create repropack from main * Add repropacks instructions
1 parent 1f128bd commit a9d982b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,14 @@ az storage file download-batch --source fileshare/snake3d2k35_both --destination
9191
and $3000$ versus the angle of attack of a snake cross-section with both lips, only the front
9292
lip or the back lip, and no lips. All values are averaged along the spanwise direction and in
9393
time (between $100$ and $200$ non-dimensional time units of flow simulation).
94+
95+
## Reproducibility packages
96+
97+
To reproduce the figures, download the Zenodo archive (5.7 GB), create a conda environment, and execute the `misc/process_all.py` script located in the `snake-lips-3d-repropacks` folder.
98+
99+
```shell
100+
cd snake-lips-3d-repropacks
101+
conda env create --name=py37-snakelips-3d --file=environment.yml
102+
conda activate py37-snakelips-3d
103+
python misc/process_all.py
104+
```

misc/repropacks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
'Accept': 'application/vnd.github.v3+json',
1212
'Authorization': f'Bearer {os.environ.get("GH_TOKEN")}'
1313
}
14-
GH_OWNER = 'mesnardo'
14+
GH_OWNER = 'barbagroup'
1515
GH_REPO = 'snake-lips-3d'
16-
GH_BRANCH = 'dev'
16+
GH_BRANCH = 'main'
1717
REPROPACKS_NAME = f'{GH_REPO}-repropacks'
1818

1919

0 commit comments

Comments
 (0)