Skip to content
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

'SimRes' object has no attribute 'find' #24

Open
dietmarw opened this issue Aug 22, 2014 · 1 comment
Open

'SimRes' object has no attribute 'find' #24

dietmarw opened this issue Aug 22, 2014 · 1 comment

Comments

@dietmarw
Copy link

I was just starting to use Modelica res however it seems that something does not quite work as it should:

In [11]:
from modelicares import SimRes
sim = SimRes('test.mat')
sim.find('ramp.y')
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-16-3c4dae3c8df3> in <module>()
----> 1 sim.find('ramp.y')

AttributeError: 'SimRes' object has no attribute 'find'
@kdavies4
Copy link
Owner

I just noticed this open issue. In version 0.12 and earlier, use the names method. This will be renamed to find in version 0.13 and above. I'm sorry this wasn't documented correctly, but I'll release version 0.13 soon to clear it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants