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

Remove some unused packages and provide a Writer base class #158

Merged
merged 4 commits into from
Jul 5, 2023

Conversation

HDembinski
Copy link
Collaborator

During writing of the ICRC proceeding, I noticed that it would be more consistent to have a base class for the Writer classes. This patch adds such a base class and makes the other classes derive from it. I think we originally had such a base class, but I removed it when I removed all the writer classes. At the time, I thought we don't need them, but I then realized that we need them for the CLI.

In addition, I removed the graphviz package from the list of packages needed for testing, which is no longer necessary since I replaced the graphviz code in pyhepmc.

@HDembinski
Copy link
Collaborator Author

@afedynitch @jncots Can I get a review on this? It is not a big change.

Copy link
Member

@afedynitch afedynitch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, not a big change. It's good to go

@HDembinski HDembinski merged commit b3c93b1 into main Jul 5, 2023
3 checks passed
@HDembinski HDembinski deleted the use_writer_baseclass branch July 5, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants