Skip to content
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: 1 addition & 1 deletion .github/workflows/lsst-tests-ngmix-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: lsst-tests-ngmix-upstream
strategy:
matrix:
pyver: ["3.12"]
pyver: ["3.13"]

runs-on: "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lsst-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: lsst-tests
strategy:
matrix:
pyver: ["3.12"]
pyver: ["3.13"]

runs-on: "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shear_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: shear-tests
strategy:
matrix:
pyver: ["3.12"]
pyver: ["3.13"]

runs-on: "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-ngmix-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: tests-ngmix-upstream
strategy:
matrix:
pyver: ["3.9", "3.10", "3.11", "3.12"]
pyver: ["3.9", "3.10", "3.11", "3.12", "3.13"]

runs-on: "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: tests
strategy:
matrix:
pyver: ["3.9", "3.10", "3.11", "3.12"]
pyver: ["3.9", "3.10", "3.11", "3.12", "3.13"]

runs-on: "ubuntu-latest"

Expand Down
4 changes: 2 additions & 2 deletions metadetect/lsst/tests/test_lsst_metacal_exposures.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_metacal_exps(ntrial=10, show=False):
from descwl_shear_sims.sim import make_sim
from descwl_shear_sims.psfs import make_fixed_psf

seed = None
seed = 20251117
dim = 250
buff = 50

Expand Down Expand Up @@ -122,7 +122,7 @@ def test_metacal_mbexp(ntrial=10, show=False):
from descwl_shear_sims.sim import make_sim
from descwl_shear_sims.psfs import make_fixed_psf

seed = None
seed = 20251117
dim = 250
buff = 50
bands = ['r', 'i']
Expand Down