comments only - found the source of the problem

release/4.3a0
Alex Cunningham 2014-01-04 19:04:34 -05:00
parent 4aea198c84
commit 54c1ec0dcb
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}