Breaking Change: Making key objects picklable
1 open thread
1 open thread
Compare changes
+ 13
− 0
@@ -108,6 +108,19 @@ void bob::learn::em::ISVMachine::setZ(const blitz::Array<double,1>& z)
As mentioned in bob.bio.face!64 (merged) the small hacks made in bob.bio.base to handle pickled stuff is giving more headaches than it should.
So, I decided to make some key objects picklable.