Skip to content

Commit

Permalink
fix: update dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 25, 2024
1 parent 2efc790 commit 3c94d90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/complex/float32"
"@stdlib/complex/float32/ctor"
]
}
]
Expand Down

1 comment on commit 3c94d90

@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
complex/float32/ctor $\color{green}280/280$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}280/280$
$\color{green}+100.00\%$
complex/float64/ctor $\color{green}279/279$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}279/279$
$\color{green}+100.00\%$

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

Please sign in to comment.