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

Set lower default import order. #153

Merged
merged 1 commit into from Oct 26, 2023
Merged

Set lower default import order. #153

merged 1 commit into from Oct 26, 2023

Conversation

delucchi-cmu
Copy link
Contributor

Set the default highest_healpix_order parameter lower. This reduces the intermediate storage, and speeds most operations. For importing larger, denser catalogs, this will need to be overridden to a larger value, but for the majority of catalogs right now, 7 is sufficient.

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Merging #153 (24308c7) into main (0af18cd) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         1022      1022           
=========================================
  Hits          1022      1022           
Files Coverage Δ
src/hipscat_import/catalog/arguments.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link

@drewoldag drewoldag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fine to me.

@drewoldag
Copy link

I don't have enough hands on context, but will users have a good intuition about when to change this default value? And how to experiment with different values?

@delucchi-cmu delucchi-cmu merged commit f8ede50 into main Oct 26, 2023
13 checks passed
@delucchi-cmu delucchi-cmu deleted the delucchi/default branch October 31, 2023 14:46
delucchi-cmu added a commit that referenced this pull request Nov 6, 2023
* Set lower default import order. (#153)

* Macauff pipeline boilerplate (#152)

* checkpoint

* checkpoint

* testing for MacauffArguments

* create boilerplate for macauff runner + tests

* remove commented out test

* add __future__.annotations

* linter problems

* add more tests for missing coverage

* refactor MacauffArguments required parameter tests

* address more comments from pr #152

* add dask pytest mark + black formatting

* Add a partition_info on SOAP results. (#157)

* Initial commit of metadata file conversion (#156)

* Initial commit of metadata file conversion

* Move shared logic for locating input files.

* Explicitly depend on pyyaml

---------

Co-authored-by: Max West <110124344+maxwest-uw@users.noreply.github.com>
delucchi-cmu added a commit that referenced this pull request Nov 6, 2023
* Use existing hipscat_index for mapping pixel

* Update required version.

* Merge recent changes (#163)

* Set lower default import order. (#153)

* Macauff pipeline boilerplate (#152)

* checkpoint

* checkpoint

* testing for MacauffArguments

* create boilerplate for macauff runner + tests

* remove commented out test

* add __future__.annotations

* linter problems

* add more tests for missing coverage

* refactor MacauffArguments required parameter tests

* address more comments from pr #152

* add dask pytest mark + black formatting

* Add a partition_info on SOAP results. (#157)

* Initial commit of metadata file conversion (#156)

* Initial commit of metadata file conversion

* Move shared logic for locating input files.

* Explicitly depend on pyyaml

---------

Co-authored-by: Max West <110124344+maxwest-uw@users.noreply.github.com>

* Exercise more hipscat_index behavior.

---------

Co-authored-by: Max West <110124344+maxwest-uw@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants