SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.34k stars 187 forks source link

Possible typo "ToMuliDimArray()" #499

Open sappho192 opened 10 months ago

sappho192 commented 10 months ago

Hi, recently I've been using this library and stumbled upon this method.

https://github.com/SciSharp/NumSharp/blob/1fed94d2e556a7fdfc815775db68f9c8f195298a/src/NumSharp.Core/Casting/NdArrayToMultiDimArray.cs#L31

Is ToMuliDimArray() typo of ToMultiDimArray()?

sappho192 commented 3 weeks ago

I've found that there'd been the pull request related to this #474 by @Karthick47v2 but don't know why it has been closed.