Skip to content

Commit

Permalink
Updated projects based on new files
Browse files Browse the repository at this point in the history
  • Loading branch information
anders9ustafsson committed Jan 19, 2014
1 parent 049fc1d commit 399c9ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ Ported Status
The unit test status when replacing the .NET Framework based assemblies with their PCL analogues should give an indication of the current completeness of the porting
of the non-imaging assemblies.

Results, January 12, 2014:
Results, January 19, 2014:

* Accord.Test.Audio, 10 unit tests, 0 failed
* Accord.Test.Math, 365 unit tests, 0 failed
* Accord.Test.Statistics, 866 tests, 0 failed
* Accord.Test.MachineLearning, 120 tests, 4 failed
Expand All @@ -57,3 +58,5 @@ the tested classes of the PCL *MachineLearning* library.
The other 2 failed tests are due to insufficient unit test formulations, see [Issue Report 84](https://code.google.com/p/accord/issues/detail?id=84).

Thus, the Portable Accord class libraries now seem to be working completely as expected.

Note! The *Audio* related libraries are currently only functional when using the PCL libraries in a .NET 4.5 project. Support on Windows Phone and Store is not yet implemented.
1 change: 1 addition & 0 deletions Sources/Accord.Math/Portable.Accord.Math.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<Compile Include="Geometry\Circle.cs" />
<Compile Include="Geometry\ConvexHullDefects.cs" />
<Compile Include="Geometry\ConvexityDefect.cs" />
<Compile Include="Geometry\DiscreteCurveEvolution.cs" />
<Compile Include="Geometry\KCurvature.cs" />
<Compile Include="Geometry\Plane.cs" />
<Compile Include="Geometry\Point3.cs" />
Expand Down
20 changes: 0 additions & 20 deletions Sources/Accord.Tests/Accord.Tests.Math/Accord.Tests.Math.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,26 +124,6 @@
<Compile Include="SpecialTest.cs" />
<Compile Include="ToolsTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Accord.Controls.Statistics\Accord.Controls.csproj">
<Project>{0AB27A20-925C-4556-9FA4-6E2C109E448E}</Project>
<Name>Accord.Controls</Name>
</ProjectReference>
<ProjectReference Include="..\..\Accord.Core\Accord.Core.csproj">
<Project>{A177A90C-8207-466A-AF70-F2B8452A42AC}</Project>
<Name>Accord.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\Accord.Math\Accord.Math.csproj">
<Project>{F718E9A8-DB62-4785-8C49-4333A60D256A}</Project>
<Name>Accord.Math</Name>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\Accord.Statistics\Accord.Statistics.csproj">
<Project>{FD8101DD-C95D-42D6-AD44-AE01C25F2811}</Project>
<Name>Accord.Statistics</Name>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Formats\" />
</ItemGroup>
Expand Down

0 comments on commit 399c9ab

Please sign in to comment.