mbuild icon indicating copy to clipboard operation
mbuild copied to clipboard

Support lists with labels in coarse_graining.py

Open jennyfothergill opened this issue 3 years ago • 1 comments

TODO comments from mbuild/coarse_graining.py

179-def _create_proxy_labels(real_thing, memo):
180-    if not is_leaf(real_thing):
181-        for label, part in real_thing.labels.items():
182-            if isinstance(part, list):
183:                # TODO support lists with labels
184-                continue

related to #872

jennyfothergill avatar Apr 27 '21 18:04 jennyfothergill

Does anybody have a specific use case for this in mind? We may have a workaround up to this point since this was never addressed.

CalCraven avatar Aug 11 '22 15:08 CalCraven