You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
TODO comments from
mbuild/coarse_graining.py
related to #872
The text was updated successfully, but these errors were encountered: