python wrapper

This commit is contained in:
Erik Frojdh
2020-11-26 14:44:39 +01:00
parent baff0518bb
commit 8ca1d9c50c
3 changed files with 5 additions and 5 deletions

View File

@ -1756,7 +1756,7 @@ void Detector::setLEDEnable(bool enable, Positions pos) {
void Detector::savePattern(const std::string &fname) {
auto t = pimpl->Parallel(&Module::getPattern, {});
// auto pat = t.tsquash("Inconsistent pattern parameters between modules");
auto pat = t[0];
auto pat = std::move(t[0]);
// pat->save(fname);
} // namespace sls