We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8996212 commit eb98911Copy full SHA for eb98911
.github/workflows/main.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Run tests
67
run: |
68
export ROOT_DIR=`pwd`
69
+ export JAX_ENABLE_X64=True
70
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoConf
71
export PYTHONPATH=$PYTHONPATH:$ROOT_DIR/PyAutoArray
72
pushd PyAutoArray
autoarray/inversion/pixelization/mappers/abstract.py
@@ -377,7 +377,7 @@ def sparse_triplets_curvature(self):
377
fft_index_for_masked_pixel=self.mapper_grids.mask.fft_index_for_masked_pixel,
378
sub_fraction_slim=self.over_sampler.sub_fraction.array,
379
xp=self._xp,
380
- return_rows_slim=False
+ return_rows_slim=False,
381
)
382
383
return rows, cols, vals
0 commit comments