comments only - found the source of the problem
parent
4aea198c84
commit
54c1ec0dcb
|
|
@ -75,7 +75,7 @@ TEST (Serialization, noiseModels) {
|
|||
EXPECT(equalsDereferencedBinary<noiseModel::Unit::shared_ptr>(unit3));
|
||||
|
||||
EXPECT(equalsDereferencedBinary<noiseModel::Constrained::shared_ptr>(constrained3));
|
||||
EXPECT(equalsDereferenced<noiseModel::Constrained::shared_ptr>(constrained3)); // FAILS: "Exception: input stream error"
|
||||
EXPECT(equalsDereferenced<noiseModel::Constrained::shared_ptr>(constrained3)); // FAILS: "Exception: input stream error" - there are inf's that cannot be deserialized
|
||||
EXPECT(equalsDereferencedXML<noiseModel::Constrained::shared_ptr>(constrained3)); // FAILS: "Exception: input stream error"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue