Closed dkoh0207 closed 4 months ago
This push allows users to run analysis tools on lite files. You have to set the is_lite flag to True:
is_lite
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.
This push allows users to run analysis tools on lite files. You have to set the
is_lite
flag toTrue
:This commit also fixes a bug in analysis tools, where in some places during loading representations, it implicitly assumed a batch size of one.