Re: [casper] ROACH2 DRAM parameters

2020-09-04 Thread Sebastian Antonio Jorquera Tapia
After writing this I think I found it, it was the ddr3_controller.mpd file which overwrites the parameters. I am going to check if now I have more allowable addresses. El vie., 4 sept. 2020 a las 15:08, Sebastian Antonio Jorquera Tapia (< sebastian.jorqu...@ug.uchile.cl>) escribió: > > Hello

[casper] ROACH2 DRAM parameters

2020-09-04 Thread Sebastian Antonio Jorquera Tapia
Hello Casperites, I know that the DRAM block in the ROACH2 is itself a trouble. I have tried to make a model using the blocks in the casper-astro github but I couldn't get any response of the block. In some thread of the mailing list I found the repo of the SMA where I could use the DRAM

Re: [casper] Weird python problem

2020-09-04 Thread Gary, Dale E.
It is always good practice to Google the error. Others have met with it, e.g. https://stackoverflow.com/questions/12805044/python-console-importerror-pyunicodeucs4-fromstring . This might help (suggests there is a .pyc file compiled under another version of Python), or check other links on a

Re: [casper] Weird python problem

2020-09-04 Thread Heystek Grobler
Hey Mike Thanks for your reply. I have tried that as well. Even if I run it straight out of the home directory it still gives the same error. This have been frustrating me for the last week. Heystek > On 04 Sep 2020, at 12:40, Michael D'Cruze > wrote: > > Hi Heystek, > > I haven’t

RE: [casper] Weird python problem

2020-09-04 Thread Michael D'Cruze
Hi Heystek, I haven’t seen this before. Is there anything in your working directory that the import statement could be confusing with your desired module? Perhaps try changing your working directory. GL Mike From: Heystek Grobler [mailto:heystekgrob...@gmail.com] Sent: 04 September 2020 11:37

[casper] Weird python problem

2020-09-04 Thread Heystek Grobler
Good day everyone. I have encountered a weird problem. I have a python script that makes use of pylab. When importinf pylab, I get this error: PyUnicodeUCS4_FromString I have tried to use import matplotlib.pyplot as plt and I get the same error. I have googled it, but nothing seems to help.