Skip to content

Commit 953232f

Browse files
committed
[ModelicaSystem] suppress warnings
reduce the number of warnings issued by PyCharm * unresolved references (in docstrings; due to old syntax based on non-class methods) * suppress name schema warnings - upper letters in function names
1 parent 742ed1c commit 953232f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class ModelicaSystemError(Exception):
5454
pass
5555

5656

57+
# noinspection PyUnresolvedReferences,PyPep8Naming
5758
class ModelicaSystem:
5859
def __init__(self, fileName=None, modelName=None, lmodel=None, commandLineOptions=None,
5960
variableFilter=None, customBuildDirectory=None, verbose=True, raiseerrors=False,

0 commit comments

Comments
 (0)