make featurization
in FeaturizedAtoms
a const
once Julia 1.8 is released
#137
Labels
featurization
in FeaturizedAtoms
a const
once Julia 1.8 is released
#137
With Julia 1.8, we'll be able to declare
const
fields inmutable
structs. We should use this to makefeaturization
inFeaturizedAtoms
aconst
, since thefeaturization
assigned to aFeaturizedAtoms
object shouldn't change.The text was updated successfully, but these errors were encountered: