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

Added support for running analysis tools on lite files #200

Open
wants to merge 39 commits into
base: develop
Choose a base branch
from

Conversation

dkoh0207
Copy link
Collaborator

This push allows users to run analysis tools on lite files. You have to set the is_lite flag to True:

analysis:
  iteration: -1
  profile: True
  log_dir: $SOME_PATH_TO_LITE_FILES
  data_builders:
    - ParticleBuilder
    - InteractionBuilder
  convert_to_cm: False
  is_lite: True

This commit also fixes a bug in analysis tools, where in some places during loading representations, it implicitly assumed a batch size of one.

Dae Heun Koh and others added 30 commits March 1, 2024 17:44
… points (the truth_depositions ended up being empty)
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.

1 participant