https://github.com/jiwoncpark/baobab
Revision b8c8163282a443b9bb13c8582549cb20ec799f1a authored by Sebastian Wagner-Carena on 03 August 2020, 18:45:12 UTC, committed by Sebastian Wagner-Carena on 03 August 2020, 18:45:12 UTC
1 parent 09bc57f
Raw File
Tip revision: b8c8163282a443b9bb13c8582549cb20ec799f1a authored by Sebastian Wagner-Carena on 03 August 2020, 18:45:12 UTC
fixed everything except test on ADU comparison in noise and issue with passing kwargs for lens equation to TDCosmography class in lenstronomy
Tip revision: b8c8163
.gitignore
# Data
*.csv
*.npy
*.txt
*.h5
*.hdf5
out_data/*

# Personal config files under development
my_configs/*

# HTML builds
docs/_build/*

# Notebook
*ipynb_checkpoints

# Compiled python modules.
*.pyc
*__pycache__

# Setuptools distribution folder.
/dist/
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
.eggs/*

# Temp
*Untitled.ipynb
*~
*#
back to top