mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +08:00
spelling: correctly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
30e9fdcf74
commit
e34205b9cc
@ -7,7 +7,7 @@
|
|||||||
using namespace mlx::core;
|
using namespace mlx::core;
|
||||||
|
|
||||||
TEST_CASE("test arange") {
|
TEST_CASE("test arange") {
|
||||||
// Check type is inferred correclty
|
// Check type is inferred correctly
|
||||||
{
|
{
|
||||||
auto x = arange(10);
|
auto x = arange(10);
|
||||||
CHECK_EQ(x.dtype(), int32);
|
CHECK_EQ(x.dtype(), int32);
|
||||||
|
Loading…
Reference in New Issue
Block a user