Skip to content

Commit 25f0570

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 abcae09 commit 25f0570

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ def parse_simflags(simflags: str) -> dict[str, Optional[str | dict[str, str]]]:
293293
return simargs
294294

295295

296+
# TODO: use PyUnresolvedReferences?
297+
# noinspection PyPep8Naming, PyUnresolvedReferences
296298
class ModelicaSystem:
297299
def __init__(
298300
self,

0 commit comments

Comments
 (0)