Skip to content

ENH: Allow integers inserted to an ase db from the command line to be saved as integers

It has bugged me for a while that when saving integers as a value in a key value pair to a db file using the command line, the values are converted to a float. I don't know if this is intentional though?

With this merge request the integer stays an integer.

Merge request reports