Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add unit test for linear signature computation This test validates the computed linear signature against expected values, covering levels 0 to 3. It includes an explanation for the adjusted divisor in level 3 due to symmetry considerations, ensuring numerical accuracy. * Add resolution parameter to signature method in test Updated the `signature` method call to include a `resolution` parameter in the test case for `LieIncrementStream`. This change ensures consistency with the expected method signature and enhances test clarity. * Adjust resolution to honor refined query interval Ensure the resolution is updated if it’s lower than the refined query's second value. This prevents inconsistencies and ensures proper handling in `log_signature_impl`. * Remove unnecessary resolution update in stream.cpp The conditional update of the resolution variable was redundant and has been removed. This simplifies the code and ensures that `log_signature_impl` is called with the correct parameters without modifying resolution prematurely. * Remove unused 'resolution' parameter in test signature call The 'resolution' parameter in the 'signature' method call was redundant and has been removed for clarity. This ensures the test reflects the current API usage and avoids potential confusion.
- Loading branch information