Results 2 issues of tonimore

I have override `__setstate__()` but it's never called until I've add the `__getstate__()` Look like documentation is wrong: > Upon unpickling, if the class also defines the method `__setstate__()`, it...

Steps to reproduce error: `$ git clone https://github.com/abique/hefur.git && cd hefur && docker build .` Got this error: ``` 4.492 CMake Error at mimosa/CMakeLists.txt:10 (find_package): 4.492 Could not find a...