Closed ka-sarthak closed 2 weeks ago
Due to this modification in a nomad-lab MR, utils.merge_sections is breaking. Quantity.repeats attribute has been removed from the nomad metainfo.
utils.merge_sections
Quantity.repeats
The logic can be easily modified to be based on Quantity.is_scalar, getting rid of Quantity.repeats.
Quantity.is_scalar
Due to this modification in a nomad-lab MR,
utils.merge_sections
is breaking.Quantity.repeats
attribute has been removed from the nomad metainfo.The logic can be easily modified to be based on
Quantity.is_scalar
, getting rid ofQuantity.repeats
.