NDSolve::bdstep
NDSolveValue::bdstep
ParametricNDSolve::bdstep
ParametricNDSolveValue::bdstep
An error occurs because the definition for Step that is provided for the user-defined method does not return an expected result:
MyMethod[]["Step"[___]] := 0NDSolve[{x'[t] == x[t], x[0] == 1}, x, {t, 0, 1}, Method -> MyMethod]Clear[MyMethod]