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

testtransf error #1548

Closed
jseabold opened this issue Apr 3, 2014 · 2 comments
Closed

testtransf error #1548

jseabold opened this issue Apr 3, 2014 · 2 comments

Comments

@jseabold
Copy link
Member

jseabold commented Apr 3, 2014

[2]: scipy.__version__
[2]: '0.15.0.dev-54796c7'

Report

======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 'rv_frozen')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/skipper/.local/lib/python2.7/site-packages/nose/loader.py", line 413, in loadTestsFromName
    addr.filename, addr.module)
File "/home/skipper/.local/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
File "/home/skipper/.local/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
File "/home/skipper/statsmodels/statsmodels-cython/statsmodels/sandbox/distributions/tests/testtransf.py", line 30, in <module>
    stats.distributions.rv_frozen.name = property(lambda self: self.dist.name)
AttributeError: 'module' object has no attribute 'rv_frozen'
@josef-pkt
Copy link
Member

I think this error should also show up with scipy 0.14 rc.
Needs testing before scipy 0.14 is released.

@josef-pkt
Copy link
Member

Ralf fixed this in scipy

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