ndeutschmann / zunis

Normalizing flows for neural importance sampling
https://zunis.readthedocs.io
MIT License
33 stars 6 forks source link

Fix for set_sample_pickle function #13

Closed NGoetz closed 3 years ago

NGoetz commented 3 years ago

Opening pickle files was broken as they always have to be written and read in binary. Additionally, the function would always raise an error. Both is fixed by this PR.