Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compressed file reading support and fix examples (new Pluto example) #64

Merged
merged 4 commits into from
Jun 20, 2024

Conversation

graeme-a-stewart
Copy link
Member

@graeme-a-stewart graeme-a-stewart commented Jun 20, 2024

As storing uncompressed HepMC3 ASCII files in git is inefficient (even if git compresses them, they clutter the package) add the feature to automatically read data from gzip compressed files (with a .gz extension).

Fix examples to use the compressed data file helper.

Add an example using Pluto that allows dynamic selection of the reconstructed event and the algorithmic parameters.

Closes #63
Closes #61

As storing uncompressed HepMC3 ASCII files in git is inefficient
(even if git compresses them, they clutter the package) add the
feature to automatically read data from gzip compressed files
(.gz extension).

The allows tests and examples to be written that can use gzipped
data files without complications.
Fix examples to use the compressed data file helper.

Add an example using Pluto that allows dynamic selection
of the reconstructed event and the algorithmic parameters.
@graeme-a-stewart graeme-a-stewart added bug Something isn't working enhancement New feature or request examples Related to example codes labels Jun 20, 2024
@graeme-a-stewart graeme-a-stewart merged commit 9376638 into main Jun 20, 2024
7 checks passed
@graeme-a-stewart graeme-a-stewart deleted the fix-examples branch June 20, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request examples Related to example codes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Examples are broken Use GLMakie for on-screen example plots
1 participant