opengridcc / opengrid-dev

Open source building monitoring, analysis and control
Apache License 2.0
26 stars 21 forks source link

Houseprint pickle problems #198

Closed JrtPec closed 7 years ago

JrtPec commented 7 years ago

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.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.3%) to 67.21% when pulling f708fb5cab7055c3e76d6404baed0495c868cbf5 on JrtPec:houseprint-pickle-problems into be6101fbb12f738ca6ddd538678c233f3122d2f8 on opengridcc:develop.