mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Update MtxFactory.cpp
This commit is contained in:
@@ -126,7 +126,7 @@ ExportResult MtxBinaryExporter::Export(std::ostream &write, std::shared_ptr<IPar
|
||||
writer.Write(m.mtx[14]);
|
||||
writer.Write(m.mtx[15]);
|
||||
}
|
||||
throw std::runtime_error("Mtx not tested for otr/o2r.");
|
||||
//throw std::runtime_error("Mtx not tested for otr/o2r.");
|
||||
writer.Finish(write);
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user