mp2893 / medgan

Generative adversarial network for generating electronic health records.
BSD 3-Clause "New" or "Revised" License
270 stars 90 forks source link

Fixing an error due to version 1.16.3 of NumPy #15

Closed sylvaincom closed 5 years ago

sylvaincom commented 5 years ago

In NumPy version 1.16.3, the default value of the argument allow_pickle in the numpy.load function is False (while it was True in the previous NumPy versions). Thus, I added the argument allow_pickle=True each time we call the numpy.load function.