File "/usr/local/lib/python2.7/dist-packages/gandalf/analysis/SimBuffer.py", line 158, in newsim
raise BufferException("You need to specify either a parameter file, or ndim and simtype")
BufferException: You need to specify either a parameter file, or ndim and simtype
But I have already set "sim = newsim(ndim=1)" in the file, like the pdf did,
how can I deal with this problem?
Thanks.
after I run the code on page 15 in this pdf on my Linux system: https://indico.ph.tum.de/event/3630/contributions/2341/attachments/2122/2257/Hubber.pdf
I got the error message below:
File "/usr/local/lib/python2.7/dist-packages/gandalf/analysis/SimBuffer.py", line 158, in newsim raise BufferException("You need to specify either a parameter file, or ndim and simtype")
BufferException: You need to specify either a parameter file, or ndim and simtype
But I have already set "sim = newsim(ndim=1)" in the file, like the pdf did, how can I deal with this problem? Thanks.