Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
Issue #186 required change to the expected ACI vector. Test is now passed.
  • Loading branch information
towsey committed Nov 12, 2019
1 parent 0a5ec7d commit 856da7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void TestOfSpectralIndices()
// ACI
var expectedSpectrumFile = new FileInfo(resourcesDir + "\\ACI.bin");

// Binary.Serialize(expectedSpectrumFile, spectralIndices.ACI);
//Binary.Serialize(expectedSpectrumFile, spectralIndices.ACI);
var expectedVector = Binary.Deserialize<double[]>(expectedSpectrumFile);
CollectionAssert.That.AreEqual(expectedVector, spectralIndices.ACI, AllowedDelta);

Expand Down
2 changes: 1 addition & 1 deletion tests/Fixtures/Indices/ACI.bin
Git LFS file not shown

0 comments on commit 856da7a

Please sign in to comment.