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

Updates mapping and covariance for speed #370

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ jobs:
ceci examples/${{ matrix.pipeline }}/pipeline.yml
test -f data/example/outputs_${{ matrix.pipeline }}/shear_xi_plus.png
- name: Show logs
if: always()
run: |
# always run
cat data/example/logs_${{ matrix.pipeline }}/*
- name: Create output report
if: matrix.os == 'macos-14'
run: |
Expand Down
3 changes: 0 additions & 3 deletions examples/cosmodc2/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ TXRealGaussianCovariance:
max_sep: 250.
nbins: 20
use_true_shear: false
nprocess: 4
threads_per_process: 2
nodes: 4
galaxy_bias: [1.404, 1.458, 1.693, 1.922, 2.133] # Tinker bias values

TXTwoPointFourier:
Expand Down
2 changes: 1 addition & 1 deletion examples/metadetect_source_only/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ inputs:
# if interrupted
resume: true
# where to put output logs for individual stages
log_dir: data/example/metadetect_source_only
log_dir: data/example/logs_metadetect_source_only
# where to put an overall parsl pipeline log
pipeline_log: data/example/log.txt
2 changes: 0 additions & 2 deletions examples/redmagic/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ TXSourceDiagnosticPlots:
s2n_min: 1.25
s2n_max: 300

TXLensDiagnosticPlots: {}

TXDiagnosticMaps:
sparse: true # Generate sparse maps - faster if using small areas
snr_threshold: 10.0
Expand Down
1 change: 0 additions & 1 deletion examples/redmagic/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ stages:
nz_plot: nz_lens
- name: TXDiagnosticQuantiles
- name: TXSourceDiagnosticPlots # Make a suite of diagnostic plots
- name: TXLensDiagnosticPlots # Make a suite of diagnostic plots
- name: TXGammaTFieldCenters # Compute and plot gamma_t around center points
threads_per_process: 2
- name: TXGammaTRandoms # Compute and plot gamma_t around randoms
Expand Down
Loading
Loading