Hello, After upgrading to SIS 1.1, I observe that transformations to another coordinate system will sometimes return points at (NaN, NaN), whereas in SIS 1.0 they would throw a CoordinateTransformationError. Here is an example that demonstrates the new behavior<https://github.com/StephenMerc/SisExample/blob/main/src/main/java/SisDemo.java#L25>. I was expecting that the old behavior would be kept, due to the documentation for methods such as MathTransform.transform.
I appreciate any information about whether this is actually expected behavior, or a bug.
