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

unit tests fail sometimes when the system is not clean #2

Closed
daob opened this issue May 5, 2009 · 1 comment
Closed

unit tests fail sometimes when the system is not clean #2

daob opened this issue May 5, 2009 · 1 comment

Comments

@daob
Copy link
Owner

daob commented May 5, 2009

After walk_and_run, the following fail was obtained from unit tests:

ERROR: test_get_matrices (main.TestInputPT)

Traceback (most recent call last):
File "tests/test_parse_lisrel.py", line 156, in test_get_matrices
mats = self.test_input.get_matrices(path = 'temp')
File "/home/daob/work/automtmm/parse_lisrel.py", line 191, in get_matrices
(order[1], order[0])))
File "/usr/lib/python2.6/dist-packages/numpy/core/fromnumeric.py", line 145, in reshape
return reshape(newshape, order=order)
ValueError: total size of new array must be unchanged

@daob
Copy link
Owner Author

daob commented May 5, 2009

Fixed in 9973309.

This issue was closed.
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

1 participant