Skip to content

Commit 3c0f381

Browse files
committed
fix: correct include path for cosine mean implementation
1 parent 56b3b4e commit 3c0f381

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/cosine/mean/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/cosine/mean/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include "stdlib/stats/base/dists/arcsine/cdf.h"
19+
#include "stdlib/stats/base/dists/cosine/mean.h"
2020
#include "stdlib/math/base/napi/binary.h"
2121

2222
// cppcheck-suppress shadowFunction

0 commit comments

Comments
 (0)