Menu

#3 Exporting output data

Unstable (example)
open
nobody
1
2020-03-30
2020-03-30
No

Hi

I have been trying to output data:
-> bd=loadbd(’ab’)
-> bd.writeRawFilename(’outputfile’)

and I get the following error:

File "/usr/local/lib/python2.7/dist-packages/numpy/core/fromnumeric.py", line 1571, in ravel
if isinstance(a, np.matrix):
RuntimeError: maximum recursion depth exceeded while calling a Python object

Do you have any advice on how to get it fixed?

Thanks!

Discussion


Log in to post a comment.