lmj798 opened a new pull request, #316:
URL: https://github.com/apache/commons-math/pull/316

   ## Summary
   Add boundary test for TricubicInterpolatingFunction when input data arrays 
have zero length, verifying the NoDataException is thrown as expected.
   ## Why
   The current test suite covers precondition validation (non-monotonic 
sequences, dimension mismatches) and various interpolation scenarios (plane, 
quadric, wave functions), but does not explicitly test the edge case where all 
input data arrays are empty (zero-length). This boundary case is important to 
ensure robust error handling when no data is provided. Adding explicit tests 
improves behavioral stability and prevents potential regressions.
   ## Verification
   Ran mvn -Dtest=TricubicInterpolatingFunctionTest test
   Result: all tests passed (5 tests)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to