Closed sylvaincom closed 5 years ago
Hi Sylvain,
Thanks for sharing the information! Would you like to update the code for everyone?
Thanks, Ed
Hi Ed,
No problem, I just created a pull request.
Best, Sylvain
Thanks Sylvain!! Just merged the pull request.
Best, Ed
Perfect, I'm glad I could help!
Hi Edward,
First of all, congrats on your excellent work!
My current numpy version is 1.16.3. After
process_mimic.py
, I was runningmedgan.py
and I received the following error:There seems to be two solutions: 1) downgrading numpy to 1.16.2 2) or adding
allow_pickle=True
as an argument innp.load()
I tried solution 2) and it works. In numpy 1.16.3, the default value is
allow_pickle=False
.Best, Sylvain