Has the nested_nlsolve_kwargs keyword been removed from the SciML FIRK BVP solvers?

I want to control the tolerances and choice of nonlinear solution algorithm in the nested solver for the RaduaIIa5 boundary value problem solver. The documentation I can find says to use the nested_nlsolve_kwargs keyword. When I try that the compiler tells me that no such keyword exists. Has it been removed in the most recent version? If so, what replaced it?

Open an issue. It’s in the docs but not the docstring because the kwargs go into solve. That’s a bit wonky.

That kwarg really should go into the algorithm.

It should