Skip to content

Shifting to JAX (WIP) #23

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

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c17f83e
Add NT Observation
b-biswas Feb 28, 2025
b603090
jaxify metacal func
b-biswas Feb 28, 2025
4b1f299
ngmix obs to NT
b-biswas Feb 28, 2025
bc74c85
to jax
b-biswas Feb 28, 2025
21657f0
added old version
b-biswas Feb 28, 2025
3df3089
update tests
b-biswas Feb 28, 2025
b15dd57
updated environment.yml file
b-biswas Mar 3, 2025
4d5be8b
pre-commit changes
b-biswas Mar 3, 2025
9c5d97d
set jax x64
b-biswas Mar 3, 2025
f7f21b4
jax x64
b-biswas Mar 3, 2025
0b1fb92
update tests
b-biswas Mar 3, 2025
5e067c0
undo changes in utils
b-biswas Mar 5, 2025
c31edc7
revert old code
b-biswas Mar 9, 2025
aa6d20f
add jax code
b-biswas Mar 9, 2025
1edd156
minor [skip ci]
b-biswas Mar 10, 2025
1d566df
initial pr-riv
b-biswas Apr 2, 2025
20e2ab0
[skip ci] add stepk computation
b-biswas Apr 3, 2025
0f9c73e
[skip ci] remove jnp.array calls
b-biswas Apr 3, 2025
0ff1e26
[skip ci] update documentation
b-biswas Apr 3, 2025
19a6580
Merge branch 'main' into to-jax
beckermr Apr 3, 2025
3267769
Bug fix
b-biswas Apr 15, 2025
c16dfd1
compare jax and ngmix
b-biswas Apr 15, 2025
d91beef
fix tests
b-biswas Apr 15, 2025
f204303
minor
b-biswas Apr 15, 2025
6c8d922
update tests
b-biswas Apr 16, 2025
f00ad98
use AffineTransform
b-biswas Apr 16, 2025
794402f
minor
b-biswas Apr 16, 2025
aaea974
bug fix
b-biswas Apr 18, 2025
1f28511
fix bug in testing
b-biswas Apr 18, 2025
227b8b8
minor changes
b-biswas Apr 18, 2025
81d12d7
minor
b-biswas Apr 21, 2025
522abac
minor
b-biswas Apr 21, 2025
657ac5d
minor
b-biswas Apr 21, 2025
63f2877
[skip ci] deconvolution
b-biswas May 2, 2025
05210cd
Merge branch 'main' into to-jax
beckermr May 9, 2025
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
3 changes: 3 additions & 0 deletions .github/workflows/tests-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: run pytest
run: |
export JAX_ENABLE_X64=True
pytest \
-vvs \
--durations 10 \
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:

- name: run pytest
run: |
export JAX_ENABLE_X64=True
pytest \
-vvs \
--durations 10 \
Expand Down Expand Up @@ -93,6 +95,7 @@ jobs:

- name: run pytest
run: |
export JAX_ENABLE_X64=True
pytest \
-vvs \
--durations 10 \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:

- name: run pytest
run: |
export JAX_ENABLE_X64=True
pytest \
-vvs \
--cov=deep_field_metadetect \
Expand Down
Loading
Loading