-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
When trying to import SimRes I receive the following error.
In [1]: from modelicares import SimRes
Traceback (most recent call last):
File "C:\ProgramData\Miniconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3418, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-3-7373672c4d21>", line 1, in <module>
from modelicares import SimRes
File "C:\ProgramData\Miniconda3\lib\site-packages\modelicares\__init__.py", line 50, in <module>
from .simres import SimRes, SimResList, SimResSequence
File "C:\ProgramData\Miniconda3\lib\site-packages\modelicares\simres.py", line 1723
if attr == 'value' and len(self) <> self.n_constants:
^
SyntaxError: invalid syntax
Is there any way to fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels