Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge recent changes. #114

Merged
merged 8 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
- name: Run unit tests with pytest
run: |
python -m pytest tests
- name: Run dask-on-ray tests with pytest
run: |
python -m pytest tests --use_ray
2 changes: 2 additions & 0 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Run unit tests with pytest
run: |
python -m pytest tests --cov=hipscat_import --cov-report=xml
- name: Run dask-on-ray tests with pytest
run: |
python -m pytest tests --use_ray
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3
9 changes: 0 additions & 9 deletions docs/guide/association.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ See dataset-specific notes on arguments:

* :doc:`catalogs/arguments` (most common)
* :doc:`guide/margin_cache`
* :doc:`guide/association`
* :doc:`guide/index_table`

Once you have created your arguments object, you pass it into the pipeline control,
Expand Down Expand Up @@ -67,7 +66,6 @@ and then wait:
:caption: Other Datasets

guide/margin_cache
guide/association
guide/index_table
Notebooks <notebooks>
guide/dask_on_ray
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"dask[distributed]",
"deprecated",
"healpy",
"hipscat < 0.1.1",
"hipscat >= 0.1.1",
"ipykernel", # Support for Jupyter notebooks
"pandas",
"pyarrow",
Expand Down
5 changes: 0 additions & 5 deletions src/hipscat_import/association/__init__.py

This file was deleted.

75 changes: 0 additions & 75 deletions src/hipscat_import/association/arguments.py

This file was deleted.

180 changes: 0 additions & 180 deletions src/hipscat_import/association/map_reduce.py

This file was deleted.

48 changes: 0 additions & 48 deletions src/hipscat_import/association/run_association.py

This file was deleted.

Loading