Skip to content

Fix pickle

Moritz Huebner requested to merge fix_pickle into master

Saving as pickle was failing for me because the extension was still unknown to parts of the code.

I fixed some documentation and removed the unused gzip argument from Result.__init__

We should add some tests as well before we merge this in.

Edited by Moritz Huebner

Merge request reports