Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Update MatrixH.cs #2211

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update MatrixHTest.cs
Little copy-paste faux pas.
  • Loading branch information
davidrapan committed Sep 29, 2020
commit 91859acb374616f296d46688a85ca035e572fd4d
2 changes: 1 addition & 1 deletion Unit Tests/Accord.Tests.Imaging/MatrixHTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void MultiplyTest()
A = new MatrixH(new float[8] {1, 0, 0, 0, 1, 0, 0, 1});
B = new MatrixH(new float[9] {1, 0, 0, 0, 1, 0, 0, 0, 1});
}
catch (Exception e)
catch (System.Exception e)
{
Assert.Fail(e.Message);
}
Expand Down