Skip to content

Commit

Permalink
merged with main and resolved minor conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancy James committed Oct 23, 2024
2 parents 6434c6c + c144f0e commit a5bb0eb
Show file tree
Hide file tree
Showing 395 changed files with 58,610 additions and 4,042 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: [3.8, 3.9]
python: ['3.11', '3.12']
toxenv: [test, test-alldeps, test-astropydev]
steps:
- name: Check out repository
Expand Down
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ tmp.npy
*.npy
*.dat
*.csv
*.h5
*.pkl

# Distribution / packaging
.zdm_env/
requirements.txt
.Python
build/
develop-eggs/
Expand Down Expand Up @@ -170,5 +174,3 @@ zdm/untitled10.py

*.DS_Store
papers/H0_I/Analysis/Real/minicube_real.src


3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
DOI:
https://doi.org/10.5281/zenodo.8192369

#
# Library of functions used for
# https://ui.adsabs.harvard.edu/abs/2021arXiv210108005J/abstract
Expand Down
330 changes: 330 additions & 0 deletions docs/nb/CHIME_pzDM.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit a5bb0eb

Please sign in to comment.