ACEsuit / ACEfit.jl

Generic Codes for Fitting ACE models
MIT License
7 stars 6 forks source link

Progressmeters are not representative of progress #46

Closed cortner closed 1 year ago

cortner commented 1 year ago
       @showprogress map(f, 1:length(data))

this line counts how many structure have been assembled. What it should count is the total number of atoms left. In a dataset with vastly varying size structures this the progressmeter can be very deceiving.