Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 389 Bytes

pyathena

python scripts and example notebooks for Athena-TIGRESS

for cythonized modules, please run

% python setup.py build_ext --inplace

Dependent packages are speicified in tigpy.yml

For TIGRESS users, following instruction may help:

$ module load anaconda3
$ conda env create --prefix /tigress/$USER/tigpy-env -f tigpy-env.yml
$ conda activate /tigress/$USER/tigpy-env