Skip to content

Commit eb98911

Browse files
Jammy2211Jammy2211
authored andcommitted
finish
1 parent 8996212 commit eb98911

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Run tests
6767
run: |
6868
export ROOT_DIR=`pwd`
69+
export JAX_ENABLE_X64=True
6970
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoConf
7071
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoArray
7172
pushd PyAutoArray

autoarray/inversion/pixelization/mappers/abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def sparse_triplets_curvature(self):
377377
fft_index_for_masked_pixel=self.mapper_grids.mask.fft_index_for_masked_pixel,
378378
sub_fraction_slim=self.over_sampler.sub_fraction.array,
379379
xp=self._xp,
380-
return_rows_slim=False
380+
return_rows_slim=False,
381381
)
382382

383383
return rows, cols, vals

0 commit comments

Comments
 (0)