mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-21 14:18:03 +00:00
ce55a2b47e
* Parallelize over simulations * Update docs * Update dependency * Update imports * Add adtitional dependencies * Update .gitignore * Update ERADME * Simplify numpyro GOF * Speed up GOF * Deepcopy samples * Update scripts * Add GPU acceleration * Select boxes * Update script * Optionally sample beta * Fix old code * Simplify code * Start saving log posterior * Start popping log_likeliood * Add imports * Add converting samples * Fix sctipt name * Add evidence with harmonic * Remove comment * Update imports * Update imports so that pylians not required * Stop requiring Pylians to be installed * Update submission scripts for loops * Update nb * Update nb * Add Manticore boxes * Add verbosity flag * Add bulk flow * Update script * Update nb * Update normalization * Update submit * Update nb
45 lines
585 B
Text
45 lines
585 B
Text
# Python virtual environments
|
|
venv/
|
|
venv_csiborg/
|
|
venv_gpu_csiborgtools/
|
|
|
|
# Compiled Python files
|
|
*.pyc
|
|
|
|
# Jupyter Notebook checkpoints
|
|
*/.ipynb_checkpoints/
|
|
|
|
# Egg-info directories
|
|
.eggs/*
|
|
csiborgtools.egg-info/*
|
|
|
|
# Build directories
|
|
build/*
|
|
bin/*
|
|
share/*
|
|
|
|
# Scripts and their outputs
|
|
scripts/*.out
|
|
scripts_plots/*.out
|
|
scripts_independent/clear.sh
|
|
|
|
# Specific script files
|
|
*python.sh
|
|
*python3.sh
|
|
|
|
# IDE settings
|
|
.vscode/settings.json
|
|
|
|
# Miscellaneous
|
|
.bashrc
|
|
*.out
|
|
|
|
# Generated plots
|
|
plots/*
|
|
|
|
# Data files
|
|
data/*
|
|
|
|
notebooks/test.ipynb
|
|
data/BulkFlowPlot.npy
|
|
data/upglade_z_0p05_all.h5
|