Skip to content

Commit

Permalink
chore: add keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 12, 2023
1 parent 5660dc8 commit b8f8c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/node_modules/@stdlib/ndarray/zeros-like/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"matrix",
"fill",
"filled",
"zeros"
"zeros",
"numpy.zeros_like"
]
}

1 comment on commit b8f8c28

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
ndarray/broadcast-array $\color{green}226/226$
$\color{green}+100.00\%$
$\color{green}23/23$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}226/226$
$\color{green}+100.00\%$
ndarray/empty-like $\color{green}196/196$
$\color{green}+100.00\%$
$\color{green}30/30$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}196/196$
$\color{green}+100.00\%$
ndarray/empty $\color{green}186/186$
$\color{green}+100.00\%$
$\color{green}31/31$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}186/186$
$\color{green}+100.00\%$
ndarray/zeros-like $\color{green}198/198$
$\color{green}+100.00\%$
$\color{green}31/31$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}198/198$
$\color{green}+100.00\%$
ndarray/zeros $\color{green}188/188$
$\color{green}+100.00\%$
$\color{green}32/32$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}188/188$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.