In the tutorial Implementing a new model we have a lot of using statements, some of which I think are unnecessary. In fact, a first using ModelingToolkit is missing in the first snippet at the beginning of the section. We should also check if there are unnecessary using statements in source of the package as well.
In the tutorial Implementing a new model we have a lot of
usingstatements, some of which I think are unnecessary. In fact, a firstusing ModelingToolkitis missing in the first snippet at the beginning of the section. We should also check if there are unnecessaryusingstatements in source of the package as well.