You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying the wrong n_particles (too small) in config.toml causes the remainder of the particles to be ignored because input_parser.check_n_particles is called after the "indices" dataset in the input .HDF5 file is read.
We should remove this keyword from the config and always read the number of particles from the length of in_file["indices"].
The text was updated successfully, but these errors were encountered:
Specifying the wrong
n_particles
(too small) inconfig.toml
causes the remainder of the particles to be ignored becauseinput_parser.check_n_particles
is called after the"indices"
dataset in the input .HDF5 file is read.We should remove this keyword from the config and always read the number of particles from the length of
in_file["indices"]
.The text was updated successfully, but these errors were encountered: