-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix handling of ATLAS AOD files with specific compression method
Fixes #44 Update `JSRootEventLoader` to handle unsupported compression method for ATLAS AOD files. * Add import for the compression library in `packages/phoenix-event-display/src/loaders/jsroot-event-loader.ts`. * Modify `getEventData` method to handle unsupported compression errors. * Add `handleUnsupportedCompression` method to decompress data and read objects from the file. * Add tests in `packages/phoenix-event-display/src/tests/loaders/jsroot-event-loader.test.ts` to verify handling of ATLAS AOD files with the new compression method. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/HSF/phoenix/issues/44?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
1 parent
deb9e7f
commit 42f33a6
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters