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

pylon case #3

Closed
luistrebejo opened this issue Apr 23, 2011 · 2 comments
Closed

pylon case #3

luistrebejo opened this issue Apr 23, 2011 · 2 comments

Comments

@luistrebejo
Copy link

import sys
import logging
import pylon
logging.basicConfig(stream=sys.stdout, level=logging.debug)
case=pylon.Case.load_Matpower("c:\data\case30pwl.m")

Traceback (most recent call last):
File "<pyshell#4>", line 1, in
case=pylon.Case.load_Matpower("c:\data\case30pwl.m")
AttributeError: type object 'Case' has no attribute 'load_Matpower'

@rwl
Copy link
Owner

rwl commented Apr 23, 2011

This is a Pylon error and should be reported at:
http://github.com/rwl/pylon/issues

However, the class method is "load_mathpower(casefile)".
http://github.com/rwl/pylon/blob/master/pylon/case.py#L933

@rwl rwl closed this as completed Apr 23, 2011
@rwl rwl reopened this Jul 14, 2011
@rwl
Copy link
Owner

rwl commented Jul 14, 2011

A first release of PYPOWER has been made and is available here:

http://pypi.python.org/pypi/PYPOWER

@rwl rwl closed this as completed Jul 14, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants