We ran into some problems saving and reloading a custom made houseprint
object using jsonpickle. I was able to fix it using the normal pickle,
so I’ve added an argument pickle_format, which allows you to choose
which format you want to save your houseprints to. @saroele I have done
this so that everything is backwards compatible, but I believe that we
should just go back to the normal pickle, since we are pushing everyone
to python3.
Coverage decreased (-0.3%) to 67.21% when pulling f708fb5cab7055c3e76d6404baed0495c868cbf5 on JrtPec:houseprint-pickle-problems into be6101fbb12f738ca6ddd538678c233f3122d2f8 on opengridcc:develop.
We ran into some problems saving and reloading a custom made houseprint object using jsonpickle. I was able to fix it using the normal pickle, so I’ve added an argument
pickle_format
, which allows you to choose which format you want to save your houseprints to. @saroele I have done this so that everything is backwards compatible, but I believe that we should just go back to the normal pickle, since we are pushing everyone to python3.