I am wondering on the relationship (or lack there of) between Base.nameof and MMI.human_name.
Should Base.nameof on model instances fall back to MMI.human_name?
It is the function i tried to use first when i wanted a name for a model instance
The ModelingToolkit ecosystem uses Base.nameof to provide names for things.
I am wondering on the relationship (or lack there of) between
Base.nameofandMMI.human_name.Should
Base.nameofon model instances fall back toMMI.human_name?It is the function i tried to use first when i wanted a name for a model instance
The ModelingToolkit ecosystem uses
Base.nameofto provide names for things.