Skip to content

Commit b902545

Browse files
committed
BUG: fix interpax interpolation method
1 parent b821425 commit b902545

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bilby/core/utils/calculus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def _call_jax(self, x, y):
262262
jnp.asarray(self.y),
263263
jnp.asarray(self.z),
264264
extrap=self.fill_value,
265+
method="cubic2",
265266
)
266267

267268

0 commit comments

Comments
 (0)