Skip to content

Commit

Permalink
need more arguments now
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Nov 4, 2024
1 parent 0f62810 commit 8886023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_shear_trans.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from functools import partial

import numpy as np
import pytest
from jax import jit as jjit
Expand Down Expand Up @@ -53,7 +55,7 @@ def test_image_shear_commute():
hlr = 0.9
x, y = (1, 1)

draw_jitted = jjit(draw_gaussian)
draw_jitted = jjit(partial(draw_gaussian), slen=53, fft_size=256)
for e1 in ellips:
for e2 in ellips:
for g1 in shears:
Expand Down

0 comments on commit 8886023

Please sign in to comment.