summaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils.py b/utils.py
deleted file mode 100644
index a4f6cd3..0000000
--- a/utils.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import numpy as np
-
-def random_array(length: int):
- return np.random.rand(length, 1)