We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d840b commit 0d3639eCopy full SHA for 0d3639e
1 file changed
lib/node_modules/@stdlib/_tools/scaffold/math-strided-unary/scripts/scaffold.sh
@@ -57,16 +57,16 @@ test_desc=${TEST_DESC:-'evaluates the Dirac delta function for each element'}
57
if [[ -z "${KEYWORDS:-}" ]]; then
58
keywords=(
59
"stdmath"
60
- "mathematics"
61
- "math"
62
- "dirac"
63
- "delta"
64
- "distribution"
65
- "dist"
66
- "continuous"
67
- "kronecker"
68
- "spike"
69
- "impulse"
+ "mathematics"
+ "math"
+ "dirac"
+ "delta"
+ "distribution"
+ "dist"
+ "continuous"
+ "kronecker"
+ "spike"
+ "impulse"
70
)
71
else
72
IFS=','; read -ra keywords <<< "${KEYWORDS}"; IFS=' ';
0 commit comments