Skip to content

Commit ba5dddb

Browse files
committed
Restore default value
1 parent 763fc84 commit ba5dddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colibri/theory_predictions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def fktable_xgrid_indices(fktable, FIT_XGRID):
4343

4444

4545
def fast_kernel_arrays(
46-
data, FIT_XGRID, flavour_indices=None, fill_fk_xgrid_with_zeros=True
46+
data, FIT_XGRID, flavour_indices=None, fill_fk_xgrid_with_zeros=False
4747
):
4848
"""
4949
Returns a tuple of tuples of jax.numpy arrays.

0 commit comments

Comments
 (0)