Jad Mounayer

Results 4 issues of Jad Mounayer

I fixed both bugs 323 and 324 and tested linear, rectilinear and cubic interpolations with both empty and random matrices. Tests are passing but I am getting 4 warnings (which...

Hello, I am not sure if the behavior of **replace_nans_at_start** in **backward_hermite_coefficients** is expected when we have initial values that aren't all NaNs. The documentation proposes that "replace_nans_at_start" will change...

bug

While using **"diffrax.backward_hermite_coefficients"**, I noticed that the interpolation technique doesn't take into consideration the case when all the entries are missing (i.e. NaN), even if **"replace_nans_at_start"** is specified. I beleive...

bug

Good morning! The "masked" function finds the "mask_tree" as follows: mask_tree = mask(params) if callable(mask) else mask (1) Which is used twice (in "init_fn" and "update_fn"). However, in some cases,...