Added support for NDArray == NDArray and array_equal#263
Conversation
Sync with upstream master
|
Hey Karsten, love your work. You might be interested in this: I added an improved way to test equality of sequences in in test cases helping the developer when something fails. If deriving the test class from TestClass you get the function AssertAreEqual which gives very helpful error messages if sequences are not equal saying exactly why and where. Cheers, |
SimdEngine.Add is about 20 times slower than Default Engine.Add
|
SaveAndLoadWithNpyFileExt test works localy on my PC. |
|
Should upload the test file to https://github.com/SciSharp/NumSharp/tree/master/test/NumSharp.UnitTest/data, and reference to new file location. |
|
It is a temporary file generated during the unit test. I can remove the absolute path and make it relative path as the other unit test uses. |
|
Great, please. |

Support for comparing NDArray with NDArray using == operator (returning NDArray)
Support for comparing NDArray with NDArray using array_equal (returning bool)
Unit tests for == operator and array_equal added
Add .npy extension if missing when saving files and more unit test added for load/save
arrange function for create a NDArray of type float added