I actually built this after the first mpw - let me...
# general
a
I actually built this after the first mpw - let me know if you have any feedback or issues with it
k
Oh this is awesome! Let me play with it over the week. Thank you
Copy code
assert set().union(*[x.properties.keys() for x in top_cell.references]) == {98}
What is this 98?
a
it's the metadata for the cell that represents the instance name
if it's failing it might be because the newer cells have other metadata
(in that case it should be removable)
k
@Anish Cool. I did a git pull against your tree with a feature request and some extra fixes.
a
Thanks for the pull request! I briefly looked at it and everything looks good, I'll test and merge it tomorrow.