-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove import statements #1961
Comments
@jelgerjansen : Removing all these import statements would be good. |
Another instance of an
|
I found some other import statements using the "grep" command. I removed all import statements and updated those models if necessary (see #1963) |
I had to add
However, the import statement is only required for |
As these functions are |
The model IBPSA/Electrical/PhaseSystems/package.mo contains two import statements:
I propose to remove these two import statements (as they are typically not used in the library) and provide an explicit path for the SI Units in the following models (output of "grep" command):
If desired, this issue could also be used to remove the other remaining (and undesired?) import statements:
The text was updated successfully, but these errors were encountered: