Closed clpetix closed 3 months ago
When specifying steps or every using scientific notation (e.g., 1e5) the value is a float. This causes an error when running in LAMMPS. We should ensure these values are passed to the engines as integers.
steps
every
1e5
Fixed in #263
When specifying
steps
orevery
using scientific notation (e.g.,1e5
) the value is a float. This causes an error when running in LAMMPS. We should ensure these values are passed to the engines as integers.