Skip to content

Commit

Permalink
Merge pull request #18 from LSSTDESC/redesign
Browse files Browse the repository at this point in the history
Major redesign that addresses most open issues. The Stage structure is mostly unaffected, so the impact from switching from v0.2 should be minimal.
  • Loading branch information
jlvdb authored Jul 16, 2024
2 parents 8ebd07c + 2dfaca6 commit b65dbb3
Show file tree
Hide file tree
Showing 34 changed files with 2,672 additions and 2,271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ included in

examples/full_example.ipynb

and an example RAIL pipeline can be generated an executed with code found in

src/rail/pipelines/estimation/algos

### Note

The summary stage produces a `qp.Ensemble`, but does so by simply setting all
Expand Down
1 change: 1 addition & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
run
Loading

0 comments on commit b65dbb3

Please sign in to comment.